17 lines
311 B
Kotlin
17 lines
311 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.commons/commons-imaging
|
|
implementation("org.apache.commons:commons-imaging:1.0-alpha2")
|
|
|
|
}
|