add image processing initial features
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
group = "com.krrishg"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'commons-io:commons-io:2.8.0'
|
||||
}
|
||||
Reference in New Issue
Block a user