is not current version
Last Version 0.3

com.goharsha:easyjson 0.2

An easy to use GWT compatible JSON parser for Java

Categories

Categories

JSON Data
GroupId

GroupId

com.goharsha
ArtifactId

ArtifactId

easyjson
Version

Version

0.2
Type

Type

jar

Download easyjson 0.2


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