m

modelmapper-vavr-module

Julian Stuecker
文件下载
文件名 操作
modelmapper-vavr-module-1.0.3-Snapshot.jar 下载
modelmapper-vavr-module-1.0.3-Snapshot.pom 下载
modelmapper-vavr-module-1.0.3-Snapshot-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.julianps.modelmapper</groupId>
  <artifactId>modelmapper-vavr-module</artifactId>
  <version>1.0.3-Snapshot</version>
</dependency>
Gradle Groovy
implementation 'com.github.julianps.modelmapper:modelmapper-vavr-module:1.0.3-Snapshot'
Gradle Kotlin
implementation("com.github.julianps.modelmapper:modelmapper-vavr-module:1.0.3-Snapshot")
Scala SBT
libraryDependencies += "com.github.julianps.modelmapper" % "modelmapper-vavr-module" % "1.0.3-Snapshot"
Groovy Grape
@Grapes(
  @Grab(group='com.github.julianps.modelmapper', module='modelmapper-vavr-module', version='1.0.3-Snapshot')
)
Apache Ivy
<dependency org="com.github.julianps.modelmapper" name="modelmapper-vavr-module" rev="1.0.3-Snapshot" />
Leiningen
[com.github.julianps.modelmapper/modelmapper-vavr-module "1.0.3-Snapshot"]
Apache Buildr
'com.github.julianps.modelmapper:modelmapper-vavr-module:jar:1.0.3-Snapshot'