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