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