License |
License |
---|---|
Categories |
CategoriesNet JSON Data |
GroupId | GroupIdnet.pwall.json |
ArtifactId | ArtifactIdjson-functions |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFunctions for use in JSON parsing and formatting
Library of functions for use in JSON parsing and formatting
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-functions-1.5.pom | |
json-functions-1.5.jar | 5 KB |
json-functions-1.5-sources.jar | 5 KB |
json-functions-1.5-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.json/json-functions/ -->
<dependency>
<groupId>net.pwall.json</groupId>
<artifactId>json-functions</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-functions/
implementation 'net.pwall.json:json-functions:1.5'
// https://jarcasting.com/artifacts/net.pwall.json/json-functions/
implementation ("net.pwall.json:json-functions:1.5")
'net.pwall.json:json-functions:jar:1.5'
<dependency org="net.pwall.json" name="json-functions" rev="1.5">
<artifact name="json-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-functions', version='1.5')
)
libraryDependencies += "net.pwall.json" % "json-functions" % "1.5"
[net.pwall.json/json-functions "1.5"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.text : textmatcher | jar | 1.1 |
net.pwall.util : int-output | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |