| Категории |
КатегорииCassandra Данные Базы данных TestNG Тестирование компонентов |
|---|---|
| Группа | Группаorg.unittested |
| Идентификатор | Идентификаторcassandra-test-testng |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cassandra-test-testng-1.0.1.pom | |
| cassandra-test-testng-1.0.1.jar | 4 KB |
| cassandra-test-testng-1.0.1-sources.jar | 2 KB |
| cassandra-test-testng-1.0.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.unittested/cassandra-test-testng/ -->
<dependency>
<groupId>org.unittested</groupId>
<artifactId>cassandra-test-testng</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.unittested/cassandra-test-testng/
implementation 'org.unittested:cassandra-test-testng:1.0.1'
// https://jarcasting.com/artifacts/org.unittested/cassandra-test-testng/
implementation ("org.unittested:cassandra-test-testng:1.0.1")
'org.unittested:cassandra-test-testng:jar:1.0.1'
<dependency org="org.unittested" name="cassandra-test-testng" rev="1.0.1">
<artifact name="cassandra-test-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unittested', module='cassandra-test-testng', version='1.0.1')
)
libraryDependencies += "org.unittested" % "cassandra-test-testng" % "1.0.1"
[org.unittested/cassandra-test-testng "1.0.1"]