added envelope jar for wson-cli

This commit is contained in:
2022-06-27 01:59:54 +08:00
parent d15172d41a
commit d6ba855001
17 changed files with 800 additions and 13 deletions

View 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"
}