| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.easyjsonapi |
| ArtifactId | ArtifactIdeasyJsonApi |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.easyjsonapi:easyJsonApi
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| easyJsonApi-1.0.1.pom | |
| easyJsonApi-1.0.1.jar | 39 KB |
| easyJsonApi-1.0.1-sources.jar | 37 KB |
| easyJsonApi-1.0.1-javadoc.jar | 205 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/ -->
<dependency>
<groupId>com.github.easyjsonapi</groupId>
<artifactId>easyJsonApi</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/
implementation 'com.github.easyjsonapi:easyJsonApi:1.0.1'
// https://jarcasting.com/artifacts/com.github.easyjsonapi/easyJsonApi/
implementation ("com.github.easyjsonapi:easyJsonApi:1.0.1")
'com.github.easyjsonapi:easyJsonApi:jar:1.0.1'
<dependency org="com.github.easyjsonapi" name="easyJsonApi" rev="1.0.1">
<artifact name="easyJsonApi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easyjsonapi', module='easyJsonApi', version='1.0.1')
)
libraryDependencies += "com.github.easyjsonapi" % "easyJsonApi" % "1.0.1"
[com.github.easyjsonapi/easyJsonApi "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.7.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.7.2 |
| com.google.code.gson : gson | jar | 2.6.2 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| commons-io : commons-io | jar | 2.4 |
| com.google.guava : guava | jar | 19.0 |
| org.jacoco : jacoco-maven-plugin | jar | 0.7.6.201602180812 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.2.0.RELEASE |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.10.19 |