Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdse.hiq.oss |
ArtifactId | ArtifactIdjson-schema-discovery |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-discovery-0.5.pom | |
json-schema-discovery-0.5.jar | 19 KB |
json-schema-discovery-0.5-sources.jar | 10 KB |
json-schema-discovery-0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/se.hiq.oss/json-schema-discovery/
implementation 'se.hiq.oss:json-schema-discovery:0.5'
// https://jarcasting.com/artifacts/se.hiq.oss/json-schema-discovery/
implementation ("se.hiq.oss:json-schema-discovery:0.5")
'se.hiq.oss:json-schema-discovery:jar:0.5'
<dependency org="se.hiq.oss" name="json-schema-discovery" rev="0.5">
<artifact name="json-schema-discovery" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.hiq.oss', module='json-schema-discovery', version='0.5')
)
libraryDependencies += "se.hiq.oss" % "json-schema-discovery" % "0.5"
[se.hiq.oss/json-schema-discovery "0.5"]