MVN

com.github.julien-truffaut : monocle-refined_sjs1_2.13

Maven & Gradle

May 20, 2021
1 usages
1.6k stars

refined · refined

<dependency>
    <groupId>com.github.julien-truffaut</groupId>
    <artifactId>monocle-refined_sjs1_2.13</artifactId>
    <version>3.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.julien-truffaut : monocle-refined_sjs1_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M6

All Versions

Choose a version of com.github.julien-truffaut : monocle-refined_sjs1_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
monocle-refined_sjs1_2.13-3.0.0-M6
monocle-refined_sjs1_2.13-3.0.0-M5
monocle-refined_sjs1_2.13-3.0.0-M4
monocle-refined_sjs1_2.13-3.0.0-M3
monocle-refined_sjs1_2.13-3.0.0-M2
monocle-refined_sjs1_2.13-3.0.0-M1
monocle-refined_sjs1_2.13-3.0.0-M0a
2.2.x
monocle-refined_sjs1_2.13-2.2.0-M1
2.1.x
monocle-refined_sjs1_2.13-2.1.0
2.0.x
monocle-refined_sjs1_2.13-2.0.5
monocle-refined_sjs1_2.13-2.0.4
monocle-refined_sjs1_2.13-2.0.3
1.7.x
monocle-refined_sjs1_2.13-1.7.3
monocle-refined_sjs1_2.13-1.7.0
1.6.x
monocle-refined_sjs1_2.13-1.6.3

How to add a dependency to Maven

Add the following com.github.julien-truffaut : monocle-refined_sjs1_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.julien-truffaut</groupId>
    <artifactId>monocle-refined_sjs1_2.13</artifactId>
    <version>3.0.0-M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.julien-truffaut : monocle-refined_sjs1_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.julien-truffaut:monocle-refined_sjs1_2.13:3.0.0-M6'

Gradle Kotlin DSL: Add the following com.github.julien-truffaut : monocle-refined_sjs1_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.julien-truffaut:monocle-refined_sjs1_2.13:3.0.0-M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.julien-truffaut : monocle-refined_sjs1_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.julien-truffaut" % "monocle-refined_sjs1_2.13" % "3.0.0-M6"

Advertisement