| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.araguacaima |
| Идентификатор | Идентификаторorpheus-db |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Описание |
Описаниеorpheus-db
Orpheus DB implementation
Utilities that helps to create and manage an orpheus db like structure for each table managed by JPA
* Orpheus-Db features and theory could be found [here](http://orpheus-db.github.io/)
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| orpheus-db-1.0.3.pom | |
| orpheus-db-1.0.3.jar | 51 KB |
| orpheus-db-1.0.3-sources.jar | 25 KB |
| orpheus-db-1.0.3-javadoc.jar | 163 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/ -->
<dependency>
<groupId>com.araguacaima</groupId>
<artifactId>orpheus-db</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation 'com.araguacaima:orpheus-db:1.0.3'
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation ("com.araguacaima:orpheus-db:1.0.3")
'com.araguacaima:orpheus-db:jar:1.0.3'
<dependency org="com.araguacaima" name="orpheus-db" rev="1.0.3">
<artifact name="orpheus-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.araguacaima', module='orpheus-db', version='1.0.3')
)
libraryDependencies += "com.araguacaima" % "orpheus-db" % "1.0.3"
[com.araguacaima/orpheus-db "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.araguacaima : commons-utils | jar | 1.5.17 |
| com.araguacaima : composite-specification | jar | 1.3.6 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| ch.qos.logback : logback-classic | jar | [1.2.0,) |
| org.hibernate : hibernate-core | jar | 5.3.1.Final |
| org.hibernate : hibernate-c3p0 | jar | 5.3.1.Final |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
| org.aspectj : aspectjrt | jar | 1.9.2 |
| org.jboss.narayana.jta : narayana-jta | jar | 5.3.1.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| org.aspectj : aspectjweaver | jar | 1.9.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.h2database : h2 | jar | 1.4.196 |
| com.araguacaima : orpheus-db-test-jar | jar | 1.0.2 |