Files
java-examples/batik/build.gradle.kts
2021-08-22 19:40:28 +09:00

17 lines
315 B
Kotlin

/*
* 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")
}