Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.hb0730 |
ArtifactId | ArtifactIdcommons-json |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-json-2.0.1-RELEASE.pom | |
commons-json-2.0.1-RELEASE.jar | 21 KB |
commons-json-2.0.1-RELEASE-sources.jar | 12 KB |
commons-json-2.0.1-RELEASE-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-json/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-json</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-json/
implementation 'com.hb0730:commons-json:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-json/
implementation ("com.hb0730:commons-json:2.0.1-RELEASE")
'com.hb0730:commons-json:jar:2.0.1-RELEASE'
<dependency org="com.hb0730" name="commons-json" rev="2.0.1-RELEASE">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-json', version='2.0.1-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-json" % "2.0.1-RELEASE"
[com.hb0730/commons-json "2.0.1-RELEASE"]