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