Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonx |
ArtifactId | ArtifactIdjsonx |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
jsonx-0.3.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx/jsonx/ -->
<dependency>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx/jsonx/
implementation 'org.jsonx:jsonx:0.3.1'
// https://jarcasting.com/artifacts/org.jsonx/jsonx/
implementation ("org.jsonx:jsonx:0.3.1")
'org.jsonx:jsonx:pom:0.3.1'
<dependency org="org.jsonx" name="jsonx" rev="0.3.1">
<artifact name="jsonx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonx', module='jsonx', version='0.3.1')
)
libraryDependencies += "org.jsonx" % "jsonx" % "0.3.1"
[org.jsonx/jsonx "0.3.1"]