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