License |
License |
---|---|
GroupId | GroupIdorg.apache.openjpa |
ArtifactId | ArtifactIdopenjpa-integration |
Last Version | Last Version2.4.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenJPA Integration Tests
Apache OpenJPA implementation of JSR-317 JPA 2.0
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openjpa-integration-2.4.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration/ -->
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration/
implementation 'org.apache.openjpa:openjpa-integration:2.4.3'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration/
implementation ("org.apache.openjpa:openjpa-integration:2.4.3")
'org.apache.openjpa:openjpa-integration:pom:2.4.3'
<dependency org="org.apache.openjpa" name="openjpa-integration" rev="2.4.3">
<artifact name="openjpa-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-integration', version='2.4.3')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-integration" % "2.4.3"
[org.apache.openjpa/openjpa-integration "2.4.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-dbcp : commons-dbcp | jar | 1.4 |