Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.mercateo |
ArtifactId | ArtifactIdjson-schema |
Version | Version0.1.12 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-0.1.12.pom | |
json-schema-0.1.12.jar | 152 KB |
json-schema-0.1.12-sources.jar | 27 KB |
json-schema-0.1.12-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo/json-schema/ -->
<dependency>
<groupId>com.mercateo</groupId>
<artifactId>json-schema</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo/json-schema/
implementation 'com.mercateo:json-schema:0.1.12'
// https://jarcasting.com/artifacts/com.mercateo/json-schema/
implementation ("com.mercateo:json-schema:0.1.12")
'com.mercateo:json-schema:jar:0.1.12'
<dependency org="com.mercateo" name="json-schema" rev="0.1.12">
<artifact name="json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo', module='json-schema', version='0.1.12')
)
libraryDependencies += "com.mercateo" % "json-schema" % "0.1.12"
[com.mercateo/json-schema "0.1.12"]