2021-08-22

This commit is contained in:
2021-08-22 17:11:36 +09:00
parent 84bdef283c
commit 3eecc5269a
13 changed files with 106 additions and 201 deletions

16
imaging/build.gradle.kts Normal file
View 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.commons/commons-imaging
implementation("org.apache.commons:commons-imaging:1.0-alpha2")
}