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