GroupId | GroupIdorg.atnos |
---|---|
ArtifactId | ArtifactIdeff_2.11 |
Version | Version4.6.1-20170908220345-65de2ec |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atnos/eff_2.11/ -->
<dependency>
<groupId>org.atnos</groupId>
<artifactId>eff_2.11</artifactId>
<version>4.6.1-20170908220345-65de2ec</version>
</dependency>
// https://jarcasting.com/artifacts/org.atnos/eff_2.11/
implementation 'org.atnos:eff_2.11:4.6.1-20170908220345-65de2ec'
// https://jarcasting.com/artifacts/org.atnos/eff_2.11/
implementation ("org.atnos:eff_2.11:4.6.1-20170908220345-65de2ec")
'org.atnos:eff_2.11:jar:4.6.1-20170908220345-65de2ec'
<dependency org="org.atnos" name="eff_2.11" rev="4.6.1-20170908220345-65de2ec">
<artifact name="eff_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atnos', module='eff_2.11', version='4.6.1-20170908220345-65de2ec')
)
libraryDependencies += "org.atnos" % "eff_2.11" % "4.6.1-20170908220345-65de2ec"
[org.atnos/eff_2.11 "4.6.1-20170908220345-65de2ec"]