is not current version
Last Version 4.2.6

com.remondis:remap 4.1.0

A declarative mapping library for converting objects field by field.

Categories

Categories

reMap General Purpose Libraries Bean Mapping
GroupId

GroupId

com.remondis
ArtifactId

ArtifactId

remap
Version

Version

4.1.0
Type

Type

jar

Download remap 4.1.0


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