<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>spring-mappers</artifactId>
<version>0.1.2</version>
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='spring-mappers', version='0.1.2')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent>
compile
|-- org.springframework:spring-core:4.1.0.RELEASE
|-- org.springframework:spring-beans:4.1.0.RELEASE
|-- org.springframework:spring-context:4.1.0.RELEASE
|-- org.modelmapper:modelmapper:0.7.2
|-- ma.glasnost.orika:orika-core:1.4.5
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
test
|-- junit:junit:4.11
|-- org.assertj:assertj-core:1.6.1