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