| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.scalaz |
| ArtifactId | ArtifactIdscalaz-example_2.8.1 |
| Version | Version6.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scalaz-example_2.8.1-6.0.2.pom | |
| scalaz-example_2.8.1-6.0.2.jar | 730 KB |
| scalaz-example_2.8.1-6.0.2-sources.jar | 30 KB |
| scalaz-example_2.8.1-6.0.2-javadoc.jar | 289 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scalaz/scalaz-example_2.8.1/ -->
<dependency>
<groupId>org.scalaz</groupId>
<artifactId>scalaz-example_2.8.1</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalaz/scalaz-example_2.8.1/
implementation 'org.scalaz:scalaz-example_2.8.1:6.0.2'
// https://jarcasting.com/artifacts/org.scalaz/scalaz-example_2.8.1/
implementation ("org.scalaz:scalaz-example_2.8.1:6.0.2")
'org.scalaz:scalaz-example_2.8.1:jar:6.0.2'
<dependency org="org.scalaz" name="scalaz-example_2.8.1" rev="6.0.2">
<artifact name="scalaz-example_2.8.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalaz', module='scalaz-example_2.8.1', version='6.0.2')
)
libraryDependencies += "org.scalaz" % "scalaz-example_2.8.1" % "6.0.2"
[org.scalaz/scalaz-example_2.8.1 "6.0.2"]