Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-json |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-json-0.1.0.pom | |
commons-json-0.1.0.jar | 14 KB |
commons-json-0.1.0-sources.jar | 9 KB |
commons-json-0.1.0-javadoc.jar | 89 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-json/
implementation 'com.github.crabs-hue.commons:commons-json:0.1.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-json/
implementation ("com.github.crabs-hue.commons:commons-json:0.1.0")
'com.github.crabs-hue.commons:commons-json:jar:0.1.0'
<dependency org="com.github.crabs-hue.commons" name="commons-json" rev="0.1.0">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-json', version='0.1.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-json" % "0.1.0"
[com.github.crabs-hue.commons/commons-json "0.1.0"]