Initial commit.
This commit is contained in:
commit
f48a7aae94
62 changed files with 2925 additions and 0 deletions
14
org.jdrupes.vmoperator.util/build.gradle
Normal file
14
org.jdrupes.vmoperator.util/build.gradle
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*
|
||||
* This project uses @Incubating APIs which are subject to change.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.jdrupes.vmoperator.java-library-conventions'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:[2.15.0,3]'
|
||||
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue