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