| GroupId | GroupIdcom.github.julien-truffaut |
|---|---|
| ArtifactId | ArtifactIdmonocle_2.12 |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| monocle_2.12-2.0.0.pom | |
| monocle_2.12-2.0.0.jar | 305 bytes |
| monocle_2.12-2.0.0-sources.jar | 259 bytes |
| monocle_2.12-2.0.0-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.julien-truffaut/monocle_2.12/ -->
<dependency>
<groupId>com.github.julien-truffaut</groupId>
<artifactId>monocle_2.12</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.julien-truffaut/monocle_2.12/
implementation 'com.github.julien-truffaut:monocle_2.12:2.0.0'
// https://jarcasting.com/artifacts/com.github.julien-truffaut/monocle_2.12/
implementation ("com.github.julien-truffaut:monocle_2.12:2.0.0")
'com.github.julien-truffaut:monocle_2.12:jar:2.0.0'
<dependency org="com.github.julien-truffaut" name="monocle_2.12" rev="2.0.0">
<artifact name="monocle_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.julien-truffaut', module='monocle_2.12', version='2.0.0')
)
libraryDependencies += "com.github.julien-truffaut" % "monocle_2.12" % "2.0.0"
[com.github.julien-truffaut/monocle_2.12 "2.0.0"]