Last Version

Maven core 1.0.6

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
Version

Version

1.0.6
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 1.0.6


<!-- 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.