| GroupId | GroupIdorg.specs2 |
|---|---|
| ArtifactId | ArtifactIdeff-cats_2.11 |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eff-cats_2.11-1.0.pom | |
| eff-cats_2.11-1.0.jar | 234 KB |
| eff-cats_2.11-1.0-sources.jar | 17 KB |
| eff-cats_2.11-1.0-javadoc.jar | 660 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/eff-cats_2.11/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>eff-cats_2.11</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/eff-cats_2.11/
implementation 'org.specs2:eff-cats_2.11:1.0'
// https://jarcasting.com/artifacts/org.specs2/eff-cats_2.11/
implementation ("org.specs2:eff-cats_2.11:1.0")
'org.specs2:eff-cats_2.11:jar:1.0'
<dependency org="org.specs2" name="eff-cats_2.11" rev="1.0">
<artifact name="eff-cats_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='eff-cats_2.11', version='1.0')
)
libraryDependencies += "org.specs2" % "eff-cats_2.11" % "1.0"
[org.specs2/eff-cats_2.11 "1.0"]