Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.benhutchison |
ArtifactId | ArtifactIdmicrojson_2.12 |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
microjson_2.12-1.4.pom | |
microjson_2.12-1.4.jar | 35 KB |
microjson_2.12-1.4-sources.jar | 3 KB |
microjson_2.12-1.4-javadoc.jar | 656 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.benhutchison/microjson_2.12/ -->
<dependency>
<groupId>com.github.benhutchison</groupId>
<artifactId>microjson_2.12</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.benhutchison/microjson_2.12/
implementation 'com.github.benhutchison:microjson_2.12:1.4'
// https://jarcasting.com/artifacts/com.github.benhutchison/microjson_2.12/
implementation ("com.github.benhutchison:microjson_2.12:1.4")
'com.github.benhutchison:microjson_2.12:jar:1.4'
<dependency org="com.github.benhutchison" name="microjson_2.12" rev="1.4">
<artifact name="microjson_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.benhutchison', module='microjson_2.12', version='1.4')
)
libraryDependencies += "com.github.benhutchison" % "microjson_2.12" % "1.4"
[com.github.benhutchison/microjson_2.12 "1.4"]