Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.starburst.openjson |
ArtifactId | ArtifactIdopenjson |
Version | Version1.8-e.9 |
Type | Typejar |
Filename | Size |
---|---|
openjson-1.8-e.9.pom | |
openjson-1.8-e.9.jar | 37 KB |
openjson-1.8-e.9-tests.jar | 52 KB |
openjson-1.8-e.9-sources.jar | 30 KB |
openjson-1.8-e.9-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.starburst.openjson/openjson/ -->
<dependency>
<groupId>io.starburst.openjson</groupId>
<artifactId>openjson</artifactId>
<version>1.8-e.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.starburst.openjson/openjson/
implementation 'io.starburst.openjson:openjson:1.8-e.9'
// https://jarcasting.com/artifacts/io.starburst.openjson/openjson/
implementation ("io.starburst.openjson:openjson:1.8-e.9")
'io.starburst.openjson:openjson:jar:1.8-e.9'
<dependency org="io.starburst.openjson" name="openjson" rev="1.8-e.9">
<artifact name="openjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.starburst.openjson', module='openjson', version='1.8-e.9')
)
libraryDependencies += "io.starburst.openjson" % "openjson" % "1.8-e.9"
[io.starburst.openjson/openjson "1.8-e.9"]