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