| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCassandra Данные Базы данных |
| Группа | Группаorg.cognitor.cassandra |
| Идентификатор | Идентификаторcassandra-migration-parent |
| Последняя версия | Последняя версия2.5.0_v4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCassandra Migration Parent
This is a multi module project that contains a library to assist with
managing Cassandra database schemas as well as the integration for
the Spring Boot Framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cassandra-migration-parent-2.5.0_v4.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/ -->
<dependency>
<groupId>org.cognitor.cassandra</groupId>
<artifactId>cassandra-migration-parent</artifactId>
<version>2.5.0_v4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation 'org.cognitor.cassandra:cassandra-migration-parent:2.5.0_v4'
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation ("org.cognitor.cassandra:cassandra-migration-parent:2.5.0_v4")
'org.cognitor.cassandra:cassandra-migration-parent:pom:2.5.0_v4'
<dependency org="org.cognitor.cassandra" name="cassandra-migration-parent" rev="2.5.0_v4">
<artifact name="cassandra-migration-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cognitor.cassandra', module='cassandra-migration-parent', version='2.5.0_v4')
)
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-parent" % "2.5.0_v4"
[org.cognitor.cassandra/cassandra-migration-parent "2.5.0_v4"]