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