| License |
License |
|---|---|
| Categories |
CategoriesJSON Data ORM |
| GroupId | GroupIdcom.heliorm |
| ArtifactId | ArtifactIdjson |
| Last Version | Last Version0.91 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description[HeliORM] JSON Serialization and de-serialization
HeliORM - A Type-safe Object Relational Mapper
|
| Filename | Size |
|---|---|
| json-0.91.pom | |
| json-0.91.jar | 15 KB |
| json-0.91-sources.jar | 7 KB |
| json-0.91-javadoc.jar | 423 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/json/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>json</artifactId>
<version>0.91</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/json/
implementation 'com.heliorm:json:0.91'
// https://jarcasting.com/artifacts/com.heliorm/json/
implementation ("com.heliorm:json:0.91")
'com.heliorm:json:jar:0.91'
<dependency org="com.heliorm" name="json" rev="0.91">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='json', version='0.91')
)
libraryDependencies += "com.heliorm" % "json" % "0.91"
[com.heliorm/json "0.91"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.heliorm : core | jar | 0.91 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |