2021-08-22
This commit is contained in:
16
batik/build.gradle.kts
Normal file
16
batik/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Examples for Java
|
||||
*
|
||||
* Copyright (c) 2021. Elex. All Rights Reserved.
|
||||
* https://www.elex-project.com/
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id("elex-java")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-rasterizer
|
||||
implementation("org.apache.xmlgraphics:batik-rasterizer:1.14")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user