| License |
License |
|---|---|
| Categories |
CategoriesNet JSON Data |
| GroupId | GroupIdnet.pwall.json |
| ArtifactId | ArtifactIdjson-functions |
| Version | Version1.4.1 |
| 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.4.1.pom | |
| json-functions-1.4.1.jar | 4 KB |
| json-functions-1.4.1-sources.jar | 5 KB |
| json-functions-1.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-functions/
implementation 'net.pwall.json:json-functions:1.4.1'
// https://jarcasting.com/artifacts/net.pwall.json/json-functions/
implementation ("net.pwall.json:json-functions:1.4.1")
'net.pwall.json:json-functions:jar:1.4.1'
<dependency org="net.pwall.json" name="json-functions" rev="1.4.1">
<artifact name="json-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-functions', version='1.4.1')
)
libraryDependencies += "net.pwall.json" % "json-functions" % "1.4.1"
[net.pwall.json/json-functions "1.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.pwall.text : textmatcher | jar | 1.1 |
| net.pwall.util : int-output | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |