не последняя версия
Последняя версия 1.0.3

com.araguacaima:orpheus-db 1.0.2

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/)

Группа

Группа

com.araguacaima
Идентификатор

Идентификатор

orpheus-db
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать orpheus-db 1.0.2


<!-- https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/ -->
<dependency>
    <groupId>com.araguacaima</groupId>
    <artifactId>orpheus-db</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation 'com.araguacaima:orpheus-db:1.0.2'
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation ("com.araguacaima:orpheus-db:1.0.2")
'com.araguacaima:orpheus-db:jar:1.0.2'
<dependency org="com.araguacaima" name="orpheus-db" rev="1.0.2">
  <artifact name="orpheus-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.araguacaima', module='orpheus-db', version='1.0.2')
)
libraryDependencies += "com.araguacaima" % "orpheus-db" % "1.0.2"
[com.araguacaima/orpheus-db "1.0.2"]