is not current version
Last Version 1.5

net.pwall.json:json-functions 1.3

Library of functions for use in JSON parsing and formatting

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-functions
Version

Version

1.3
Type

Type

jar

Download json-functions 1.3


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