is not current version
Last Version 62

com.guicedee.persistence:guiced-persistence-jpa 1.0.6.3-jre12

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

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.persistence
ArtifactId

ArtifactId

guiced-persistence-jpa
Version

Version

1.0.6.3-jre12
Type

Type

jar

Download guiced-persistence-jpa 1.0.6.3-jre12


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