| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.moltenjson |
| ArtifactId | ArtifactIdMoltenJSON |
| Last Version | Last Version2.4.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMoltenJSON
A powerful gson-based library for interacting with any type and level of JSON.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| MoltenJSON-2.4.9.pom | |
| MoltenJSON-2.4.9.jar | 44 KB |
| MoltenJSON-2.4.9-sources.jar | 93 KB |
| MoltenJSON-2.4.9-javadoc.jar | 136 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/ -->
<dependency>
<groupId>io.github.moltenjson</groupId>
<artifactId>MoltenJSON</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation 'io.github.moltenjson:MoltenJSON:2.4.9'
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation ("io.github.moltenjson:MoltenJSON:2.4.9")
'io.github.moltenjson:MoltenJSON:jar:2.4.9'
<dependency org="io.github.moltenjson" name="MoltenJSON" rev="2.4.9">
<artifact name="MoltenJSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.moltenjson', module='MoltenJSON', version='2.4.9')
)
libraryDependencies += "io.github.moltenjson" % "MoltenJSON" % "2.4.9"
[io.github.moltenjson/MoltenJSON "2.4.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 |
| com.google.guava : guava | jar | 17.0 |
| commons-io : commons-io | jar | 2.6 |
| org.jetbrains : annotations | jar | 17.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |