Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-json |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-json-0.7.0.pom | |
commons-json-0.7.0.jar | 19 KB |
commons-json-0.7.0-sources.jar | 12 KB |
commons-json-0.7.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-json/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-json</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-json/
implementation 'com.github.crabs-hue.commons:commons-json:0.7.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-json/
implementation ("com.github.crabs-hue.commons:commons-json:0.7.0")
'com.github.crabs-hue.commons:commons-json:jar:0.7.0'
<dependency org="com.github.crabs-hue.commons" name="commons-json" rev="0.7.0">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-json', version='0.7.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-json" % "0.7.0"
[com.github.crabs-hue.commons/commons-json "0.7.0"]