Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.zongzhang |
ArtifactId | ArtifactIdlol-json |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
lol-json-0.0.1.pom | |
lol-json-0.0.1.jar | 13 KB |
lol-json-0.0.1-sources.jar | 5 KB |
lol-json-0.0.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zongzhang/lol-json/ -->
<dependency>
<groupId>com.github.zongzhang</groupId>
<artifactId>lol-json</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zongzhang/lol-json/
implementation 'com.github.zongzhang:lol-json:0.0.1'
// https://jarcasting.com/artifacts/com.github.zongzhang/lol-json/
implementation ("com.github.zongzhang:lol-json:0.0.1")
'com.github.zongzhang:lol-json:jar:0.0.1'
<dependency org="com.github.zongzhang" name="lol-json" rev="0.0.1">
<artifact name="lol-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zongzhang', module='lol-json', version='0.0.1')
)
libraryDependencies += "com.github.zongzhang" % "lol-json" % "0.0.1"
[com.github.zongzhang/lol-json "0.0.1"]