License |
License
BSD License
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.agmip |
ArtifactId | ArtifactIdsimple-json-handler |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSimple JSON Handler
A placeholder for currying JSON files into our current datastructure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-json-handler-1.1.pom | |
simple-json-handler-1.1.jar | 6 KB |
simple-json-handler-1.1-sources.jar | 2 KB |
simple-json-handler-1.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.agmip/simple-json-handler/ -->
<dependency>
<groupId>org.agmip</groupId>
<artifactId>simple-json-handler</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.agmip/simple-json-handler/
implementation 'org.agmip:simple-json-handler:1.1'
// https://jarcasting.com/artifacts/org.agmip/simple-json-handler/
implementation ("org.agmip:simple-json-handler:1.1")
'org.agmip:simple-json-handler:jar:1.1'
<dependency org="org.agmip" name="simple-json-handler" rev="1.1">
<artifact name="simple-json-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.agmip', module='simple-json-handler', version='1.1')
)
libraryDependencies += "org.agmip" % "simple-json-handler" % "1.1"
[org.agmip/simple-json-handler "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.4 |
org.agmip : agmip-core | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |