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