| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.guicedee.persistence |
| ArtifactId | ArtifactIdguiced-persistence-jpa |
| Last Version | Last Version62 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuiced 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 |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guiced-persistence-jpa-62.pom | |
| guiced-persistence-jpa-62.jar | 6 KB |
| guiced-persistence-jpa-62-sources.jar | 5 KB |
| guiced-persistence-jpa-62-javadoc.jar | 408 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.guicedee.persistence : guiced-persistence | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| org.mapstruct : mapstruct-processor | jar | 1.3.1.Final |
| 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 |