License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.beangle.data |
ArtifactId | ArtifactIdbeangle-data-jpa |
Last Version | Last Version4.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeangle Data Jpa
The Beangle Data Framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
beangle-data-jpa-4.2.2.pom | |
beangle-data-jpa-4.2.2.jar | 182 KB |
beangle-data-jpa-4.2.2-sources.jar | 38 KB |
beangle-data-jpa-4.2.2-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jpa/ -->
<dependency>
<groupId>org.beangle.data</groupId>
<artifactId>beangle-data-jpa</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jpa/
implementation 'org.beangle.data:beangle-data-jpa:4.2.2'
// https://jarcasting.com/artifacts/org.beangle.data/beangle-data-jpa/
implementation ("org.beangle.data:beangle-data-jpa:4.2.2")
'org.beangle.data:beangle-data-jpa:jar:4.2.2'
<dependency org="org.beangle.data" name="beangle-data-jpa" rev="4.2.2">
<artifact name="beangle-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.data', module='beangle-data-jpa', version='4.2.2')
)
libraryDependencies += "org.beangle.data" % "beangle-data-jpa" % "4.2.2"
[org.beangle.data/beangle-data-jpa "4.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.beangle.commons : beangle-commons-core | jar | 4.2.5 |
org.beangle.data : beangle-data-model | jar | 4.2.2 |
javax.validation : validation-api | jar | 1.1.0.Final |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.hibernate : hibernate-core Optional | jar | 4.3.1.Final |
org.hibernate : hibernate-validator Optional | jar | 5.0.2.Final |
org.hibernate : hibernate-ehcache Optional | jar | 4.3.1.Final |
jaxen : jaxen Optional | jar | 1.1.6 |
org.freemarker : freemarker Optional | jar | 2.3.20 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.transaction : jta | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.1.2 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.182 |
org.postgresql : postgresql | jar | 9.3-1102-jdbc4 |
commons-dbcp : commons-dbcp | jar | 1.4 |
org.scalatest : scalatest_2.11 | jar | 2.2.4 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.8 |