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