is not current version
Last Version 1.0.1

com.github.easyjsonapi:easyJsonApi 1.0.0

EasyJsonApi improve the way how you create the structure and mapping the objects for json api, it will try to make easy, funny and practice your implementation.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.easyjsonapi
ArtifactId

ArtifactId

easyJsonApi
Version

Version

1.0.0
Type

Type

jar

Download easyJsonApi 1.0.0


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