is not current version
Last Version 2.2

net.pwall.json:json-pointer 0.1

Java implementation of JSON Pointer

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-pointer
Version

Version

0.1
Type

Type

jar

Download json-pointer 0.1


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