Google Guice - Unofficial Extensions - JPA

Unofficial Guice extension for JPA with support of container managed persistence units and transactions.

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.sclassen
ArtifactId

ArtifactId

guice-jpa
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Google Guice - Unofficial Extensions - JPA
Unofficial Guice extension for JPA with support of container managed persistence units and transactions.
Project URL

Project URL

https://github.com/sclassen/guice-jpa

Download guice-jpa

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.guava : guava jar 13.0.1

provided (3)

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

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0
0.0.4
0.0.3