| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаru.i-novus.components |
| Идентификатор | Идентификаторversioned-data-storage-api |
| Последняя версия | Последняя версия3.17 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеVersion data storage API and Implementation. Store different versions of data. Versions are based on save datetime. Works with PostgreSQL Database
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/ru.i-novus.components/versioned-data-storage-api/ -->
<dependency>
<groupId>ru.i-novus.components</groupId>
<artifactId>versioned-data-storage-api</artifactId>
<version>3.17</version>
</dependency>
// https://jarcasting.com/artifacts/ru.i-novus.components/versioned-data-storage-api/
implementation 'ru.i-novus.components:versioned-data-storage-api:3.17'
// https://jarcasting.com/artifacts/ru.i-novus.components/versioned-data-storage-api/
implementation ("ru.i-novus.components:versioned-data-storage-api:3.17")
'ru.i-novus.components:versioned-data-storage-api:jar:3.17'
<dependency org="ru.i-novus.components" name="versioned-data-storage-api" rev="3.17">
<artifact name="versioned-data-storage-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.i-novus.components', module='versioned-data-storage-api', version='3.17')
)
libraryDependencies += "ru.i-novus.components" % "versioned-data-storage-api" % "3.17"
[ru.i-novus.components/versioned-data-storage-api "3.17"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.n2oapp.criteria : criteria-api | jar | 7.20.3 |
| ru.i-novus.components : common-exception-handling | jar | 1.1 |
| org.apache.commons : commons-text | jar | 1.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |