License |
License |
---|---|
Categories |
CategoriesNet JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-pointer |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON Pointer
Java implementation of JSON Pointer
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-pointer-2.2.pom | |
json-pointer-2.2.jar | 8 KB |
json-pointer-2.2-sources.jar | 7 KB |
json-pointer-2.2-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-pointer/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-pointer</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-pointer/
implementation 'net.pwall.json:json-pointer:2.2'
// https://jarcasting.com/artifacts/net.pwall.json/json-pointer/
implementation ("net.pwall.json:json-pointer:2.2")
'net.pwall.json:json-pointer:jar:2.2'
<dependency org="net.pwall.json" name="json-pointer" rev="2.2">
<artifact name="json-pointer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-pointer', version='2.2')
)
libraryDependencies += "net.pwall.json" % "json-pointer" % "2.2"
[net.pwall.json/json-pointer "2.2"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.json : jsonutil | jar | 5.0 |
net.pwall.util : javautil | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |