Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.piotrkot |
ArtifactId | ArtifactIdoojson |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
oojson-1.6.3.pom | |
oojson-1.6.3.jar | 22 KB |
oojson-1.6.3-sources.jar | 22 KB |
oojson-1.6.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation 'com.github.piotrkot:oojson:1.6.3'
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation ("com.github.piotrkot:oojson:1.6.3")
'com.github.piotrkot:oojson:jar:1.6.3'
<dependency org="com.github.piotrkot" name="oojson" rev="1.6.3">
<artifact name="oojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='oojson', version='1.6.3')
)
libraryDependencies += "com.github.piotrkot" % "oojson" % "1.6.3"
[com.github.piotrkot/oojson "1.6.3"]