Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.moltenjson |
ArtifactId | ArtifactIdMoltenJSON |
Version | Version2.4.7 |
Type | Typejar |
Filename | Size |
---|---|
MoltenJSON-2.4.7.pom | |
MoltenJSON-2.4.7.jar | 44 KB |
MoltenJSON-2.4.7-sources.jar | 92 KB |
MoltenJSON-2.4.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation 'io.github.moltenjson:MoltenJSON:2.4.7'
// https://jarcasting.com/artifacts/io.github.moltenjson/MoltenJSON/
implementation ("io.github.moltenjson:MoltenJSON:2.4.7")
'io.github.moltenjson:MoltenJSON:jar:2.4.7'
<dependency org="io.github.moltenjson" name="MoltenJSON" rev="2.4.7">
<artifact name="MoltenJSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.moltenjson', module='MoltenJSON', version='2.4.7')
)
libraryDependencies += "io.github.moltenjson" % "MoltenJSON" % "2.4.7"
[io.github.moltenjson/MoltenJSON "2.4.7"]