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