is not current version
Last Version 2.2

net.pwall.json:json-pointer 1.1.1

Java implementation of JSON Pointer

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-pointer
Version

Version

1.1.1
Type

Type

jar

Download json-pointer 1.1.1


<!-- https://jarcasting.com/artifacts/net.pwall.json/json-pointer/ -->
<dependency>
    <groupId>net.pwall.json</groupId>
    <artifactId>json-pointer</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-pointer/
implementation 'net.pwall.json:json-pointer:1.1.1'
// https://jarcasting.com/artifacts/net.pwall.json/json-pointer/
implementation ("net.pwall.json:json-pointer:1.1.1")
'net.pwall.json:json-pointer:jar:1.1.1'
<dependency org="net.pwall.json" name="json-pointer" rev="1.1.1">
  <artifact name="json-pointer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-pointer', version='1.1.1')
)
libraryDependencies += "net.pwall.json" % "json-pointer" % "1.1.1"
[net.pwall.json/json-pointer "1.1.1"]