Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonex |
ArtifactId | ArtifactIdcore |
Version | Version0.1.14 |
Type | Typejar |
Filename | Size |
---|---|
core-0.1.14.pom | |
core-0.1.14.jar | 95 KB |
core-0.1.14-sources.jar | 39 KB |
core-0.1.14-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonex/core/ -->
<dependency>
<groupId>org.jsonex</groupId>
<artifactId>core</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonex/core/
implementation 'org.jsonex:core:0.1.14'
// https://jarcasting.com/artifacts/org.jsonex/core/
implementation ("org.jsonex:core:0.1.14")
'org.jsonex:core:jar:0.1.14'
<dependency org="org.jsonex" name="core" rev="0.1.14">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonex', module='core', version='0.1.14')
)
libraryDependencies += "org.jsonex" % "core" % "0.1.14"
[org.jsonex/core "0.1.14"]