Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalaz |
ArtifactId | ArtifactIdscalaz-test-suite_2.9.2 |
Version | Version6.0.3 |
Type | Typejar |
Filename | Size |
---|---|
scalaz-test-suite_2.9.2-6.0.3.pom | |
scalaz-test-suite_2.9.2-6.0.3.jar | 323 bytes |
scalaz-test-suite_2.9.2-6.0.3-sources.jar | 317 bytes |
scalaz-test-suite_2.9.2-6.0.3-javadoc.jar | 281 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalaz/scalaz-test-suite_2.9.2/ -->
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-test-suite_2.9.2</artifactId>
<version>6.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaz/scalaz-test-suite_2.9.2/
implementation 'org.scalaz:scalaz-test-suite_2.9.2:6.0.3'
// https://jarcasting.com/artifacts/org.scalaz/scalaz-test-suite_2.9.2/
implementation ("org.scalaz:scalaz-test-suite_2.9.2:6.0.3")
'org.scalaz:scalaz-test-suite_2.9.2:jar:6.0.3'
<dependency org="org.scalaz" name="scalaz-test-suite_2.9.2" rev="6.0.3">
<artifact name="scalaz-test-suite_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaz', module='scalaz-test-suite_2.9.2', version='6.0.3')
)
libraryDependencies += "org.scalaz" % "scalaz-test-suite_2.9.2" % "6.0.3"
[org.scalaz/scalaz-test-suite_2.9.2 "6.0.3"]