Maven core

An android library to map json string to model objects automatically based on annotations.

License

License

Categories

Categories

Net ModelMapper General Purpose Libraries Bean Mapping
GroupId

GroupId

net.eunjae.android.modelmapper
ArtifactId

ArtifactId

ModelMapper
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Maven core
An android library to map json string to model objects automatically based on annotations.
Project URL

Project URL

https://github.com/eunjae-lee/ModelMapper

Download ModelMapper

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
com.google.android : android jar [4.0.1.2,)
org.springframework.android : spring-android-rest-template jar 1.0.1.RELEASE

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
org.json : json jar 20140107

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0