Last Version

Guiced Persistence - JPA 62

A complete JPA 2.1 implementation for Standalone or EE Implementation. Enables Multiple Persistence units with annotated injection support aPerfect for Guice implementations, test suites, and Guice enabled Web Applications or EAR Projects. Requires JDK 8 and up

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.persistence
ArtifactId

ArtifactId

guiced-persistence-jpa
Version

Version

62
Type

Type

jar
Description

Description

Guiced Persistence - JPA
A complete JPA 2.1 implementation for Standalone or EE Implementation. Enables Multiple Persistence units with annotated injection support aPerfect for Guice implementations, test suites, and Guice enabled Web Applications or EAR Projects. Requires JDK 8 and up
Project URL

Project URL

https://github.com/GedMarc/GuicedPersistence-JPA
Project Organization

Project Organization

Marc Magon
Source Code Management

Source Code Management

https://github.com/GedMarc/GuicedPersistence.git

Download guiced-persistence-jpa 62


<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/ -->
<dependency>
    <groupId>com.guicedee.persistence</groupId>
    <artifactId>guiced-persistence-jpa</artifactId>
    <version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/
implementation 'com.guicedee.persistence:guiced-persistence-jpa:62'
// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-jpa/
implementation ("com.guicedee.persistence:guiced-persistence-jpa:62")
'com.guicedee.persistence:guiced-persistence-jpa:jar:62'
<dependency org="com.guicedee.persistence" name="guiced-persistence-jpa" rev="62">
  <artifact name="guiced-persistence-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-jpa', version='62')
)
libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-jpa" % "62"
[com.guicedee.persistence/guiced-persistence-jpa "62"]

Dependencies

compile (1)

Group / Artifact Type Version
com.guicedee.persistence : guiced-persistence jar

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10
org.mapstruct : mapstruct-processor jar 1.3.1.Final

test (6)

Group / Artifact Type Version
com.guicedee.services : hibernate-core jar
org.junit.jupiter : junit-jupiter-api jar 5.6.0-M1
org.hamcrest : hamcrest-all jar 1.3
org.assertj : assertj-core jar 3.12.2
org.mockito : mockito-core jar 3.0.0
com.h2database : h2 jar 1.4.199

Project Modules

There are no modules declared in this project.