Files
wson/wson-w3c-json/build.gradle

9 lines
157 B
Groovy

plugins {
id 'java-library'
}
dependencies {
implementation rootProject
implementation catalog.jakarta.json.api
implementation catalog.jwo
}