Categories |
CategoriesJSON Data Utility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external.json |
Version | Version2.9.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.json/ -->
<dependency>
<groupId>com.github.eagle6688</groupId>
<artifactId>devutility.external.json</artifactId>
<version>2.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.json/
implementation 'com.github.eagle6688:devutility.external.json:2.9.11'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.json/
implementation ("com.github.eagle6688:devutility.external.json:2.9.11")
'com.github.eagle6688:devutility.external.json:jar:2.9.11'
<dependency org="com.github.eagle6688" name="devutility.external.json" rev="2.9.11">
<artifact name="devutility.external.json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external.json', version='2.9.11')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external.json" % "2.9.11"
[com.github.eagle6688/devutility.external.json "2.9.11"]