GroupId | GroupIdorg.atnos |
---|---|
ArtifactId | ArtifactIdeff-cats_2.11 |
Version | Version2.0.0-RC9-20160926155635-9567aa9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atnos/eff-cats_2.11/ -->
<dependency>
<groupId>org.atnos</groupId>
<artifactId>eff-cats_2.11</artifactId>
<version>2.0.0-RC9-20160926155635-9567aa9</version>
</dependency>
// https://jarcasting.com/artifacts/org.atnos/eff-cats_2.11/
implementation 'org.atnos:eff-cats_2.11:2.0.0-RC9-20160926155635-9567aa9'
// https://jarcasting.com/artifacts/org.atnos/eff-cats_2.11/
implementation ("org.atnos:eff-cats_2.11:2.0.0-RC9-20160926155635-9567aa9")
'org.atnos:eff-cats_2.11:jar:2.0.0-RC9-20160926155635-9567aa9'
<dependency org="org.atnos" name="eff-cats_2.11" rev="2.0.0-RC9-20160926155635-9567aa9">
<artifact name="eff-cats_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atnos', module='eff-cats_2.11', version='2.0.0-RC9-20160926155635-9567aa9')
)
libraryDependencies += "org.atnos" % "eff-cats_2.11" % "2.0.0-RC9-20160926155635-9567aa9"
[org.atnos/eff-cats_2.11 "2.0.0-RC9-20160926155635-9567aa9"]