Files download
File Operation
mapply-0.0.2.jdk11.jar download
mapply-0.0.2.jdk11.pom download
mapply-0.0.2.jdk11-sources.jar download
Apache Maven
<dependency>
  <groupId>it.esinware</groupId>
  <artifactId>mapply</artifactId>
  <version>0.0.2.jdk11</version>
</dependency>
Gradle Groovy
implementation 'it.esinware:mapply:0.0.2.jdk11'
Gradle Kotlin
implementation("it.esinware:mapply:0.0.2.jdk11")
Scala SBT
libraryDependencies += "it.esinware" % "mapply" % "0.0.2.jdk11"
Groovy Grape
@Grapes(
  @Grab(group='it.esinware', module='mapply', version='0.0.2.jdk11')
)
Apache Ivy
<dependency org="it.esinware" name="mapply" rev="0.0.2.jdk11" />
Leiningen
[it.esinware/mapply "0.0.2.jdk11"]
Apache Buildr
'it.esinware:mapply:jar:0.0.2.jdk11'