Atem Hibernate
See Wiki for documentation or go to the homepage to browse all Atem projects.
| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdorg.atemsource |
| ArtifactId | ArtifactIdatem-hibernate |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAtem - Hibernate 3.2 Implementation
Provides a hibernate 3.2 implementation of the Atem API..
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| atem-hibernate-0.1.0.pom | |
| atem-hibernate-0.1.0.jar | 52 KB |
| atem-hibernate-0.1.0-sources.jar | 40 KB |
| atem-hibernate-0.1.0-javadoc.jar | 194 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atemsource/atem-hibernate/ -->
<dependency>
<groupId>org.atemsource</groupId>
<artifactId>atem-hibernate</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atemsource/atem-hibernate/
implementation 'org.atemsource:atem-hibernate:0.1.0'
// https://jarcasting.com/artifacts/org.atemsource/atem-hibernate/
implementation ("org.atemsource:atem-hibernate:0.1.0")
'org.atemsource:atem-hibernate:jar:0.1.0'
<dependency org="org.atemsource" name="atem-hibernate" rev="0.1.0">
<artifact name="atem-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atemsource', module='atem-hibernate', version='0.1.0')
)
libraryDependencies += "org.atemsource" % "atem-hibernate" % "0.1.0"
[org.atemsource/atem-hibernate "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.atemsource : atem-impl | jar | 0.1.1 |
| commons-lang : commons-lang | jar | 2.4 |
| dom4j : dom4j | jar | 1.6.1 |
| org.slf4j : slf4j-api | jar | 1.5.11 |
| log4j : log4j | jar | 1.2.15 |
| org.springframework : spring-beans | jar | 2.5.4 |
| org.springframework : spring-orm | jar | 2.5.4 |
| org.springframework : spring-jdbc | jar | 2.5.4 |
| org.hibernate : hibernate-validator | jar | 4.1.0.Final |
| org.springframework : spring-aop | jar | 2.5.4 |
| org.springframework : spring-core | jar | 2.5.4 |
| org.springframework : spring-context | jar | 2.5.4 |
| cglib : cglib-nodep | jar | 2.1_3 |
| org.springframework : spring-web | jar | 2.5.4 |
| org.springframework : spring-test | jar | 2.5.4 |
| hsqldb : hsqldb | jar | 1.8.0.7 |
| javax.annotation : jsr250-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-entitymanager | jar | 3.4.0.GA |
| org.hibernate : hibernate | jar | 3.2.6.ga |
| org.hibernate : hibernate-annotations | jar | 3.4.0.GA |
| javax.transaction : jta | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.5.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
See Wiki for documentation or go to the homepage to browse all Atem projects.