Json Service

Web's Json Service

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.harium.marine
ArtifactId

ArtifactId

json
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Json Service
Web's Json Service

Download json

How to add to project

<!-- https://jarcasting.com/artifacts/com.harium.marine/json/ -->
<dependency>
    <groupId>com.harium.marine</groupId>
    <artifactId>json</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.marine/json/
implementation 'com.harium.marine:json:1.0.0'
// https://jarcasting.com/artifacts/com.harium.marine/json/
implementation ("com.harium.marine:json:1.0.0")
'com.harium.marine:json:jar:1.0.0'
<dependency org="com.harium.marine" name="json" rev="1.0.0">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.marine', module='json', version='1.0.0')
)
libraryDependencies += "com.harium.marine" % "json" % "1.0.0"
[com.harium.marine/json "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

marine-json

Marine module to handle json

Maven

<dependency>
    <groupId>com.harium.marine</groupId>
    <artifactId>json</artifactId>
    <version>1.0.0</version>
</dependency>

Usage

int a = 1;
String json = Json.toJson(a);
com.harium.marine

Harium

Versions

Version
1.0.0