is not current version
Last Version 62

com.guicedee.persistence:guiced-persistence 1.2.2.1-jre17

A complete JPA 2.1 implementation for Standalone or EE Implementation. Enables Multiple Persistence units with full JTA Support using BTM. Perfect for Guice implementations, test suites, and Guice enabled Web Applications or EAR Projects. Requires JDK 8

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.persistence
ArtifactId

ArtifactId

guiced-persistence
Version

Version

1.2.2.1-jre17
Type

Type

jar

Download guiced-persistence 1.2.2.1-jre17


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