| License |
License |
|---|---|
| GroupId | GroupIdcom.araguacaima |
| ArtifactId | ArtifactIdorpheus-db |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionorpheus-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/)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| orpheus-db-1.0.1.pom | |
| orpheus-db-1.0.1.jar | 29 KB |
| orpheus-db-1.0.1-sources.jar | 16 KB |
| orpheus-db-1.0.1-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/ -->
<dependency>
<groupId>com.araguacaima</groupId>
<artifactId>orpheus-db</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation 'com.araguacaima:orpheus-db:1.0.1'
// https://jarcasting.com/artifacts/com.araguacaima/orpheus-db/
implementation ("com.araguacaima:orpheus-db:1.0.1")
'com.araguacaima:orpheus-db:jar:1.0.1'
<dependency org="com.araguacaima" name="orpheus-db" rev="1.0.1">
<artifact name="orpheus-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.araguacaima', module='orpheus-db', version='1.0.1')
)
libraryDependencies += "com.araguacaima" % "orpheus-db" % "1.0.1"
[com.araguacaima/orpheus-db "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.araguacaima : commons-utils | jar | 1.0.1-SNAPSHOT |
| com.araguacaima : composite-specification | jar | 1.0.1-SNAPSHOT |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| ch.qos.logback : logback-classic | jar | 1.1.1 |
| org.hibernate : hibernate-core | jar | 5.3.5.Final |
| org.hibernate : hibernate-c3p0 | jar | 5.3.5.Final |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |