is not current version
Last Version 1.6.4

io.github.someshwar1:jmapper-core 1.6.2

JMapper Framework is a java bean mapper based on javassist. JMapper exposes interesting features as relational mapping, dynamic conversions and more

Categories

Categories

JMapper General Purpose Libraries Bean Mapping
GroupId

GroupId

io.github.someshwar1
ArtifactId

ArtifactId

jmapper-core
Version

Version

1.6.2
Type

Type

jar

Download jmapper-core 1.6.2


<!-- https://jarcasting.com/artifacts/io.github.someshwar1/jmapper-core/ -->
<dependency>
    <groupId>io.github.someshwar1</groupId>
    <artifactId>jmapper-core</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.someshwar1/jmapper-core/
implementation 'io.github.someshwar1:jmapper-core:1.6.2'
// https://jarcasting.com/artifacts/io.github.someshwar1/jmapper-core/
implementation ("io.github.someshwar1:jmapper-core:1.6.2")
'io.github.someshwar1:jmapper-core:jar:1.6.2'
<dependency org="io.github.someshwar1" name="jmapper-core" rev="1.6.2">
  <artifact name="jmapper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.someshwar1', module='jmapper-core', version='1.6.2')
)
libraryDependencies += "io.github.someshwar1" % "jmapper-core" % "1.6.2"
[io.github.someshwar1/jmapper-core "1.6.2"]