JSON Pointer

Java implementation of JSON Pointer

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-pointer
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Pointer
Java implementation of JSON Pointer
Project URL

Project URL

https://github.com/pwall567/json-pointer
Source Code Management

Source Code Management

https://github.com/pwall567/json-pointer.git

Download json-pointer

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
net.pwall.json : jsonutil jar 5.0
net.pwall.util : javautil jar 2.4

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.2
2.1
2.0
1.1.1
1.1
1.0
0.2
0.1