| GroupId | GroupIdcom.github.julien-truffaut |
|---|---|
| ArtifactId | ArtifactIdmonocle_2.12 |
| Version | Version1.6.0-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| monocle_2.12-1.6.0-RC1.pom | |
| monocle_2.12-1.6.0-RC1.jar | 311 bytes |
| monocle_2.12-1.6.0-RC1-sources.jar | 264 bytes |
| monocle_2.12-1.6.0-RC1-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>1.6.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.julien-truffaut/monocle_2.12/
implementation 'com.github.julien-truffaut:monocle_2.12:1.6.0-RC1'
// https://jarcasting.com/artifacts/com.github.julien-truffaut/monocle_2.12/
implementation ("com.github.julien-truffaut:monocle_2.12:1.6.0-RC1")
'com.github.julien-truffaut:monocle_2.12:jar:1.6.0-RC1'
<dependency org="com.github.julien-truffaut" name="monocle_2.12" rev="1.6.0-RC1">
<artifact name="monocle_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.julien-truffaut', module='monocle_2.12', version='1.6.0-RC1')
)
libraryDependencies += "com.github.julien-truffaut" % "monocle_2.12" % "1.6.0-RC1"
[com.github.julien-truffaut/monocle_2.12 "1.6.0-RC1"]