Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.piotrkot |
ArtifactId | ArtifactIdoojson |
Version | Version1.6.6 |
Type | Typejar |
Filename | Size |
---|---|
oojson-1.6.6.pom | |
oojson-1.6.6.jar | 22 KB |
oojson-1.6.6-sources.jar | 22 KB |
oojson-1.6.6-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/oojson/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>oojson</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation 'com.github.piotrkot:oojson:1.6.6'
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation ("com.github.piotrkot:oojson:1.6.6")
'com.github.piotrkot:oojson:jar:1.6.6'
<dependency org="com.github.piotrkot" name="oojson" rev="1.6.6">
<artifact name="oojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='oojson', version='1.6.6')
)
libraryDependencies += "com.github.piotrkot" % "oojson" % "1.6.6"
[com.github.piotrkot/oojson "1.6.6"]