License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.jwebmp.jre10 |
ArtifactId | ArtifactIdguiced-persistence |
Last Version | Last Version0.60.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuiced Persistence
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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guiced-persistence-0.60.0.1.pom | |
guiced-persistence-0.60.0.1.jar | 58 KB |
guiced-persistence-0.60.0.1-sources.jar | 40 KB |
guiced-persistence-0.60.0.1-javadoc.jar | 320 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jre10/guiced-persistence/ -->
<dependency>
<groupId>com.jwebmp.jre10</groupId>
<artifactId>guiced-persistence</artifactId>
<version>0.60.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jre10/guiced-persistence/
implementation 'com.jwebmp.jre10:guiced-persistence:0.60.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jre10/guiced-persistence/
implementation ("com.jwebmp.jre10:guiced-persistence:0.60.0.1")
'com.jwebmp.jre10:guiced-persistence:jar:0.60.0.1'
<dependency org="com.jwebmp.jre10" name="guiced-persistence" rev="0.60.0.1">
<artifact name="guiced-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jre10', module='guiced-persistence', version='0.60.0.1')
)
libraryDependencies += "com.jwebmp.jre10" % "guiced-persistence" % "0.60.0.1"
[com.jwebmp.jre10/guiced-persistence "0.60.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp.jre10 : guiced-injection Optional | jar | 0.60.0.1 |
com.jwebmp.jre10 : jwebmp-log-master Optional | jar | 0.60.0.1 |
com.google.guava : guava | jar | 26.0-jre |
com.google.inject.extensions : guice-persist | jar | 4.2.1 |
javax.persistence : javax.persistence-api | jar | 2.2 |
org.json : json | jar | 20180813 |
javax.transaction : javax.transaction-api | jar | 1.3 |
javax.xml.bind : jaxb-api | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.assertj : assertj-core | jar | 3.10.0 |
org.mockito : mockito-core | jar | 2.21.0 |
com.h2database : h2 | jar | 1.4.197 |
org.hibernate : hibernate-core | jar | 5.3.6.Final |
org.hibernate.validator : hibernate-validator | jar | 6.0.13.Final |