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