| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаorg.typelevel |
| Идентификатор | Идентификаторscalaz-scalatest_2.11 |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scalaz-scalatest_2.11-1.1.1.pom | |
| scalaz-scalatest_2.11-1.1.1.jar | 60 KB |
| scalaz-scalatest_2.11-1.1.1-sources.jar | 4 KB |
| scalaz-scalatest_2.11-1.1.1-javadoc.jar | 432 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.typelevel/scalaz-scalatest_2.11/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>scalaz-scalatest_2.11</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/scalaz-scalatest_2.11/
implementation 'org.typelevel:scalaz-scalatest_2.11:1.1.1'
// https://jarcasting.com/artifacts/org.typelevel/scalaz-scalatest_2.11/
implementation ("org.typelevel:scalaz-scalatest_2.11:1.1.1")
'org.typelevel:scalaz-scalatest_2.11:jar:1.1.1'
<dependency org="org.typelevel" name="scalaz-scalatest_2.11" rev="1.1.1">
<artifact name="scalaz-scalatest_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='scalaz-scalatest_2.11', version='1.1.1')
)
libraryDependencies += "org.typelevel" % "scalaz-scalatest_2.11" % "1.1.1"
[org.typelevel/scalaz-scalatest_2.11 "1.1.1"]