License |
License |
---|---|
Categories |
CategoriesModelMapper General Purpose Libraries Bean Mapping |
GroupId | GroupIdch.puzzle |
ArtifactId | ArtifactIdlibpuzzle-modelmapper |
Last Version | Last Version0.1.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of useful libraries
|
<!-- https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-modelmapper/ -->
<dependency>
<groupId>ch.puzzle</groupId>
<artifactId>libpuzzle-modelmapper</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-modelmapper/
implementation 'ch.puzzle:libpuzzle-modelmapper:0.1.0-RC1'
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle-modelmapper/
implementation ("ch.puzzle:libpuzzle-modelmapper:0.1.0-RC1")
'ch.puzzle:libpuzzle-modelmapper:jar:0.1.0-RC1'
<dependency org="ch.puzzle" name="libpuzzle-modelmapper" rev="0.1.0-RC1">
<artifact name="libpuzzle-modelmapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.puzzle', module='libpuzzle-modelmapper', version='0.1.0-RC1')
)
libraryDependencies += "ch.puzzle" % "libpuzzle-modelmapper" % "0.1.0-RC1"
[ch.puzzle/libpuzzle-modelmapper "0.1.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.modelmapper : modelmapper | jar | [2.3.0,) |