You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datastructures/datastructures-raml/build.gradle

10 lines
367 B
Groovy

dependencies {
implementation 'javax.json:javax.json-api:1.1.4'
implementation 'org.apache.ws.xmlschema:xmlschema-core:2.3.0'
implementation('com.github.fge:json-schema-validator:2.2.6') {
exclude group: 'com.google.guava'
}
implementation 'org.yaml:snakeyaml:2.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
}