License |
License |
---|---|
GroupId | GroupIdorg.synyx.hades |
ArtifactId | ArtifactIdorg.synyx.hades |
Last Version | Last Version2.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHades Library
Library to implement persistence layers based on JPA and Spring.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades/ -->
<dependency>
<groupId>org.synyx.hades</groupId>
<artifactId>org.synyx.hades</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades/
implementation 'org.synyx.hades:org.synyx.hades:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.synyx.hades/org.synyx.hades/
implementation ("org.synyx.hades:org.synyx.hades:2.0.3.RELEASE")
'org.synyx.hades:org.synyx.hades:jar:2.0.3.RELEASE'
<dependency org="org.synyx.hades" name="org.synyx.hades" rev="2.0.3.RELEASE">
<artifact name="org.synyx.hades" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synyx.hades', module='org.synyx.hades', version='2.0.3.RELEASE')
)
libraryDependencies += "org.synyx.hades" % "org.synyx.hades" % "2.0.3.RELEASE"
[org.synyx.hades "2.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework » org.springframework.orm | jar | 3.0.5.RELEASE |
org.springframework » org.springframework.aspects Optional | jar | 3.0.5.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.1 |
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.aspectj : aspectjrt | jar | 1.6.8 |
org.hibernate : hibernate-entitymanager Optional | jar | 3.5.6-Final |
org.eclipse.persistence » com.springsource.org.eclipse.persistence.jpa Optional | jar | 2.0.0 |
org.apache.openjpa : openjpa-persistence-jdbc Optional | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 1.6 |
javax.persistence » com.springsource.javax.persistence | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.6.8 |
org.springframework » org.springframework.test | jar | 3.0.5.RELEASE |
org.hsqldb » com.springsource.org.hsqldb | jar | 1.8.0.10 |
org.apache.log4j » com.springsource.org.apache.log4j | jar | 1.2.15 |
org.mockito : mockito-all | jar | 1.8.4 |
org.hamcrest : hamcrest-all | jar | 1.1 |
junit : junit | jar | 4.7 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |