Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdjson-schema-ref-parser |
Version | Version5.1.3 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-ref-parser-5.1.3.pom | |
json-schema-ref-parser-5.1.3.jar | 544 KB |
json-schema-ref-parser-5.1.3-sources.jar | 22 bytes |
json-schema-ref-parser-5.1.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.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/json-schema-ref-parser/
implementation 'org.webjars.npm:json-schema-ref-parser:5.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/json-schema-ref-parser/
implementation ("org.webjars.npm:json-schema-ref-parser:5.1.3")
'org.webjars.npm:json-schema-ref-parser:jar:5.1.3'
<dependency org="org.webjars.npm" name="json-schema-ref-parser" rev="5.1.3">
<artifact name="json-schema-ref-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='json-schema-ref-parser', version='5.1.3')
)
libraryDependencies += "org.webjars.npm" % "json-schema-ref-parser" % "5.1.3"
[org.webjars.npm/json-schema-ref-parser "5.1.3"]