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