License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.jeppeter |
ArtifactId | ArtifactIdjsonext |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionpom
json parse extension
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonext-1.0.pom | |
jsonext-1.0.jar | 4 KB |
jsonext-1.0-sources.jar | 2 KB |
jsonext-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeppeter/jsonext/ -->
<dependency>
<groupId>com.github.jeppeter</groupId>
<artifactId>jsonext</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeppeter/jsonext/
implementation 'com.github.jeppeter:jsonext:1.0'
// https://jarcasting.com/artifacts/com.github.jeppeter/jsonext/
implementation ("com.github.jeppeter:jsonext:1.0")
'com.github.jeppeter:jsonext:jar:1.0'
<dependency org="com.github.jeppeter" name="jsonext" rev="1.0">
<artifact name="jsonext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeppeter', module='jsonext', version='1.0')
)
libraryDependencies += "com.github.jeppeter" % "jsonext" % "1.0"
[com.github.jeppeter/jsonext "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.json-simple : json-simple | jar | 1.1 |
com.github.jeppeter : reext | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |