| Categories | CategoriesModelMapper General Purpose Libraries Bean Mapping Vavr Functional Programming | 
|---|---|
| GroupId | GroupIdcom.github.julianps.modelmapper | 
| ArtifactId | ArtifactIdmodelmapper-vavr-module | 
| Version | Version1.0.3-Snapshot | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.julianps.modelmapper/modelmapper-vavr-module/ -->
<dependency>
    <groupId>com.github.julianps.modelmapper</groupId>
    <artifactId>modelmapper-vavr-module</artifactId>
    <version>1.0.3-Snapshot</version>
</dependency>// https://jarcasting.com/artifacts/com.github.julianps.modelmapper/modelmapper-vavr-module/
implementation 'com.github.julianps.modelmapper:modelmapper-vavr-module:1.0.3-Snapshot'// https://jarcasting.com/artifacts/com.github.julianps.modelmapper/modelmapper-vavr-module/
implementation ("com.github.julianps.modelmapper:modelmapper-vavr-module:1.0.3-Snapshot")'com.github.julianps.modelmapper:modelmapper-vavr-module:jar:1.0.3-Snapshot'<dependency org="com.github.julianps.modelmapper" name="modelmapper-vavr-module" rev="1.0.3-Snapshot">
  <artifact name="modelmapper-vavr-module" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.julianps.modelmapper', module='modelmapper-vavr-module', version='1.0.3-Snapshot')
)libraryDependencies += "com.github.julianps.modelmapper" % "modelmapper-vavr-module" % "1.0.3-Snapshot"[com.github.julianps.modelmapper/modelmapper-vavr-module "1.0.3-Snapshot"]