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