Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdru.ilb.jsonschema |
ArtifactId | ArtifactIdjsonschema |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jsonschema-1.1.pom | |
jsonschema-1.1.jar | 18 KB |
jsonschema-1.1-sources.jar | 14 KB |
jsonschema-1.1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.ilb.jsonschema/jsonschema/ -->
<dependency>
<groupId>ru.ilb.jsonschema</groupId>
<artifactId>jsonschema</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ilb.jsonschema/jsonschema/
implementation 'ru.ilb.jsonschema:jsonschema:1.1'
// https://jarcasting.com/artifacts/ru.ilb.jsonschema/jsonschema/
implementation ("ru.ilb.jsonschema:jsonschema:1.1")
'ru.ilb.jsonschema:jsonschema:jar:1.1'
<dependency org="ru.ilb.jsonschema" name="jsonschema" rev="1.1">
<artifact name="jsonschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ilb.jsonschema', module='jsonschema', version='1.1')
)
libraryDependencies += "ru.ilb.jsonschema" % "jsonschema" % "1.1"
[ru.ilb.jsonschema/jsonschema "1.1"]