Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.moltenjson |
ArtifactId | ArtifactIdMoltenJSON |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
MoltenJSON-2.4.0.pom | |
MoltenJSON-2.4.0.jar | 41 KB |
MoltenJSON-2.4.0-sources.jar | 86 KB |
MoltenJSON-2.4.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/ -->
<dependency>
<groupId>io.github.moltenjson</groupId>
<artifactId>MoltenJSON</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation 'io.github.moltenjson:MoltenJSON:2.4.0'
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation ("io.github.moltenjson:MoltenJSON:2.4.0")
'io.github.moltenjson:MoltenJSON:jar:2.4.0'
<dependency org="io.github.moltenjson" name="MoltenJSON" rev="2.4.0">
<artifact name="MoltenJSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.moltenjson', module='MoltenJSON', version='2.4.0')
)
libraryDependencies += "io.github.moltenjson" % "MoltenJSON" % "2.4.0"
[io.github.moltenjson/MoltenJSON "2.4.0"]