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