is not current version
Last Version 1.0.1-RELEASE

io.github.lomtalay:MappingGuide 1.0.0.RELEASE

Utility to help for combine properties value from multiple POJO to mapping defined POJO

Categories

Categories

IDE Development Tools GUI User Interface
GroupId

GroupId

io.github.lomtalay
ArtifactId

ArtifactId

MappingGuide
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download MappingGuide 1.0.0.RELEASE


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