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