jmapper-framework / jmapper-core

Elegance, high performance and robustness all in one java bean mapper
http://jmapper-framework.github.io/jmapper-core
Apache License 2.0
227 stars 41 forks source link

Maven Dependency for Jmapper #62

Closed ankuragrwl closed 7 years ago

ankuragrwl commented 7 years ago

I am looking for the maven dependency for this library. I want to use it in my project.

avurro commented 7 years ago
<dependency>
    <groupId>com.googlecode.jmapper-framework</groupId>
    <artifactId>jmapper-core</artifactId>
    <version>1.6.1.CR2</version>
</dependency>

:+1:

ankuragrwl commented 7 years ago

Thanks a lot.

I suggest you to add this to readme file.

avurro commented 7 years ago

there is a badge "maven central" under JMapper Framework title :wink: