| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.aerysoft.minijson |
| ArtifactId | ArtifactIdminijson-tool |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMiniJSON Tool
A simple JSON parser/generator in Java. Tool module.
|
| Filename | Size |
|---|---|
| minijson-tool-0.9.2.pom | |
| minijson-tool-0.9.2.jar | 16 KB |
| minijson-tool-0.9.2-sources.jar | 10 KB |
| minijson-tool-0.9.2-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aerysoft.minijson/minijson-tool/ -->
<dependency>
<groupId>org.aerysoft.minijson</groupId>
<artifactId>minijson-tool</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aerysoft.minijson/minijson-tool/
implementation 'org.aerysoft.minijson:minijson-tool:0.9.2'
// https://jarcasting.com/artifacts/org.aerysoft.minijson/minijson-tool/
implementation ("org.aerysoft.minijson:minijson-tool:0.9.2")
'org.aerysoft.minijson:minijson-tool:jar:0.9.2'
<dependency org="org.aerysoft.minijson" name="minijson-tool" rev="0.9.2">
<artifact name="minijson-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aerysoft.minijson', module='minijson-tool', version='0.9.2')
)
libraryDependencies += "org.aerysoft.minijson" % "minijson-tool" % "0.9.2"
[org.aerysoft.minijson/minijson-tool "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aerysoft.minijson : minijson-core | jar | 0.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |