Categories |
CategoriesAnt Build Tools JSON Data |
---|---|
GroupId | GroupIdcom.antiaction |
ArtifactId | ArtifactIdcommon-json |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
common-json-0.5.0.pom | |
common-json-0.5.0.jar | 72 KB |
common-json-0.5.0-sources.jar | 51 KB |
common-json-0.5.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antiaction/common-json/ -->
<dependency>
<groupId>com.antiaction</groupId>
<artifactId>common-json</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation 'com.antiaction:common-json:0.5.0'
// https://jarcasting.com/artifacts/com.antiaction/common-json/
implementation ("com.antiaction:common-json:0.5.0")
'com.antiaction:common-json:jar:0.5.0'
<dependency org="com.antiaction" name="common-json" rev="0.5.0">
<artifact name="common-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antiaction', module='common-json', version='0.5.0')
)
libraryDependencies += "com.antiaction" % "common-json" % "0.5.0"
[com.antiaction/common-json "0.5.0"]