Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdse.hiq.oss |
ArtifactId | ArtifactIdjson-schema-discovery |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-discovery-0.6.pom | |
json-schema-discovery-0.6.jar | 20 KB |
json-schema-discovery-0.6-sources.jar | 10 KB |
json-schema-discovery-0.6-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.hiq.oss/json-schema-discovery/ -->
<dependency>
<groupId>se.hiq.oss</groupId>
<artifactId>json-schema-discovery</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/se.hiq.oss/json-schema-discovery/
implementation 'se.hiq.oss:json-schema-discovery:0.6'
// https://jarcasting.com/artifacts/se.hiq.oss/json-schema-discovery/
implementation ("se.hiq.oss:json-schema-discovery:0.6")
'se.hiq.oss:json-schema-discovery:jar:0.6'
<dependency org="se.hiq.oss" name="json-schema-discovery" rev="0.6">
<artifact name="json-schema-discovery" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.hiq.oss', module='json-schema-discovery', version='0.6')
)
libraryDependencies += "se.hiq.oss" % "json-schema-discovery" % "0.6"
[se.hiq.oss/json-schema-discovery "0.6"]