License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.sclassen |
ArtifactId | ArtifactIdguice-jpa |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Guice - Unofficial Extensions - JPA
Unofficial Guice extension for JPA with support of container managed persistence units and transactions.
|
Project URL |
Project URL |
Filename | Size |
---|---|
guice-jpa-1.1.0.pom | |
guice-jpa-1.1.0.jar | 29 KB |
guice-jpa-1.1.0-sources.jar | 29 KB |
guice-jpa-1.1.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sclassen/guice-jpa/ -->
<dependency>
<groupId>com.github.sclassen</groupId>
<artifactId>guice-jpa</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sclassen/guice-jpa/
implementation 'com.github.sclassen:guice-jpa:1.1.0'
// https://jarcasting.com/artifacts/com.github.sclassen/guice-jpa/
implementation ("com.github.sclassen:guice-jpa:1.1.0")
'com.github.sclassen:guice-jpa:jar:1.1.0'
<dependency org="com.github.sclassen" name="guice-jpa" rev="1.1.0">
<artifact name="guice-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sclassen', module='guice-jpa', version='1.1.0')
)
libraryDependencies += "com.github.sclassen" % "guice-jpa" % "1.1.0"
[com.github.sclassen/guice-jpa "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
com.google.guava : guava | jar | 13.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
javax.transaction : transaction-api | jar | 1.1 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.1 |
org.hibernate : hibernate-entitymanager | jar | 4.1.7.Final |
org.hsqldb : hsqldb-j5 | jar | 2.0.0 |
junit : junit | jar | 4.10 |