Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdjsong |
Version | Version0.3.9 |
Type | Typejar |
Filename | Size |
---|---|
jsong-0.3.9.pom | |
jsong-0.3.9.jar | 9 KB |
jsong-0.3.9-sources.jar | 5 KB |
jsong-0.3.9-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/jsong/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>jsong</artifactId>
<version>0.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/jsong/
implementation 'com.github.gv2011:jsong:0.3.9'
// https://jarcasting.com/artifacts/com.github.gv2011/jsong/
implementation ("com.github.gv2011:jsong:0.3.9")
'com.github.gv2011:jsong:jar:0.3.9'
<dependency org="com.github.gv2011" name="jsong" rev="0.3.9">
<artifact name="jsong" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='jsong', version='0.3.9')
)
libraryDependencies += "com.github.gv2011" % "jsong" % "0.3.9"
[com.github.gv2011/jsong "0.3.9"]