| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаorg.scalatest |
| Идентификатор | Идентификаторscalatest_2.11.0-M3 |
| Версия | Версия1.9.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| scalatest_2.11.0-M3-1.9.1.pom | |
| scalatest_2.11.0-M3-1.9.1.jar | 2 MB |
| scalatest_2.11.0-M3-1.9.1-tests.jar | 39 MB |
| scalatest_2.11.0-M3-1.9.1-test-sources.jar | 405 KB |
| scalatest_2.11.0-M3-1.9.1-sources.jar | 755 KB |
| scalatest_2.11.0-M3-1.9.1-scaladoc.jar | 3 MB |
| scalatest_2.11.0-M3-1.9.1-javadoc.jar | 350 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest_2.11.0-M3/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11.0-M3</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.11.0-M3/
implementation 'org.scalatest:scalatest_2.11.0-M3:1.9.1'
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.11.0-M3/
implementation ("org.scalatest:scalatest_2.11.0-M3:1.9.1")
'org.scalatest:scalatest_2.11.0-M3:jar:1.9.1'
<dependency org="org.scalatest" name="scalatest_2.11.0-M3" rev="1.9.1">
<artifact name="scalatest_2.11.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest_2.11.0-M3', version='1.9.1')
)
libraryDependencies += "org.scalatest" % "scalatest_2.11.0-M3" % "1.9.1"
[org.scalatest/scalatest_2.11.0-M3 "1.9.1"]