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