License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdde.softwareforge |
ArtifactId | ArtifactIdjsonschema |
Version | Version1.3 |
Type | Typejar |
Description |
Description |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonschema-1.3.pom | |
jsonschema-1.3.jar | 33 KB |
jsonschema-1.3-tests.jar | 53 KB |
jsonschema-1.3-test-sources.jar | 30 KB |
jsonschema-1.3-sources.jar | 19 KB |
jsonschema-1.3-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.softwareforge/jsonschema/ -->
<dependency>
<groupId>de.softwareforge</groupId>
<artifactId>jsonschema</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.softwareforge/jsonschema/
implementation 'de.softwareforge:jsonschema:1.3'
// https://jarcasting.com/artifacts/de.softwareforge/jsonschema/
implementation ("de.softwareforge:jsonschema:1.3")
'de.softwareforge:jsonschema:jar:1.3'
<dependency org="de.softwareforge" name="jsonschema" rev="1.3">
<artifact name="jsonschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.softwareforge', module='jsonschema', version='1.3')
)
libraryDependencies += "de.softwareforge" % "jsonschema" % "1.3"
[de.softwareforge/jsonschema "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.10 |
com.fasterxml.jackson.core : jackson-core | jar | 2.8.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.10 |
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.value : auto-value | jar | 1.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |