Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.zuunr |
ArtifactId | ArtifactIdjson |
Version | Version0.1.0.M3 |
Type | Typejar |
Filename | Size |
---|---|
json-0.1.0.M3.pom | |
json-0.1.0.M3.jar | 74 KB |
json-0.1.0.M3-sources.jar | 40 KB |
json-0.1.0.M3-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zuunr/json/ -->
<dependency>
<groupId>com.zuunr</groupId>
<artifactId>json</artifactId>
<version>0.1.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.zuunr/json/
implementation 'com.zuunr:json:0.1.0.M3'
// https://jarcasting.com/artifacts/com.zuunr/json/
implementation ("com.zuunr:json:0.1.0.M3")
'com.zuunr:json:jar:0.1.0.M3'
<dependency org="com.zuunr" name="json" rev="0.1.0.M3">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zuunr', module='json', version='0.1.0.M3')
)
libraryDependencies += "com.zuunr" % "json" % "0.1.0.M3"
[com.zuunr/json "0.1.0.M3"]