Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.brutusin |
ArtifactId | ArtifactIdjson |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
json-1.3.0.pom | |
json-1.3.0.jar | 22 KB |
json-1.3.0-tests.jar | 15 KB |
json-1.3.0-sources.jar | 16 KB |
json-1.3.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.brutusin/json/ -->
<dependency>
<groupId>org.brutusin</groupId>
<artifactId>json</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.brutusin/json/
implementation 'org.brutusin:json:1.3.0'
// https://jarcasting.com/artifacts/org.brutusin/json/
implementation ("org.brutusin:json:1.3.0")
'org.brutusin:json:jar:1.3.0'
<dependency org="org.brutusin" name="json" rev="1.3.0">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brutusin', module='json', version='1.3.0')
)
libraryDependencies += "org.brutusin" % "json" % "1.3.0"
[org.brutusin/json "1.3.0"]