added envelope jar for wson-cli
This commit is contained in:
9
wson-w3c-json/build.gradle
Normal file
9
wson-w3c-json/build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation rootProject
|
||||
implementation group: 'jakarta.json', name: 'jakarta.json-api', version: '2.1.0'
|
||||
implementation group: "net.woggioni", name: "jwo"
|
||||
}
|
Reference in New Issue
Block a user