Files download
File Operation
monocle-generic_2.12-2.0.4.jar download
monocle-generic_2.12-2.0.4.pom download
monocle-generic_2.12-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.julien-truffaut</groupId>
  <artifactId>monocle-generic_2.12</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.julien-truffaut:monocle-generic_2.12:2.0.4'
Gradle Kotlin
implementation("com.github.julien-truffaut:monocle-generic_2.12:2.0.4")
Scala SBT
libraryDependencies += "com.github.julien-truffaut" % "monocle-generic_2.12" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.julien-truffaut', module='monocle-generic_2.12', version='2.0.4')
)
Apache Ivy
<dependency org="com.github.julien-truffaut" name="monocle-generic_2.12" rev="2.0.4" />
Leiningen
[com.github.julien-truffaut/monocle-generic_2.12 "2.0.4"]
Apache Buildr
'com.github.julien-truffaut:monocle-generic_2.12:jar:2.0.4'