Categories |
CategoriesJSON Data ORM |
---|---|
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdjson |
Version | Version0.86 |
Type | Typejar |
Filename | Size |
---|---|
json-0.86.pom | |
json-0.86.jar | 15 KB |
json-0.86-sources.jar | 7 KB |
json-0.86-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/json/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>json</artifactId>
<version>0.86</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/json/
implementation 'com.heliorm:json:0.86'
// https://jarcasting.com/artifacts/com.heliorm/json/
implementation ("com.heliorm:json:0.86")
'com.heliorm:json:jar:0.86'
<dependency org="com.heliorm" name="json" rev="0.86">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='json', version='0.86')
)
libraryDependencies += "com.heliorm" % "json" % "0.86"
[com.heliorm/json "0.86"]