License |
License |
---|---|
GroupId | GroupIdorg.apache.openjpa |
ArtifactId | ArtifactIdopenjpa-xmlstore |
Last Version | Last Version3.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenJPA XML Store
OpenJPA XML Store
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openjpa-xmlstore-3.2.2.pom | |
openjpa-xmlstore-3.2.2.jar | 28 KB |
openjpa-xmlstore-3.2.2-tests.jar | 75 KB |
openjpa-xmlstore-3.2.2-sources.jar | 21 KB |
openjpa-xmlstore-3.2.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/ -->
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation 'org.apache.openjpa:openjpa-xmlstore:3.2.2'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation ("org.apache.openjpa:openjpa-xmlstore:3.2.2")
'org.apache.openjpa:openjpa-xmlstore:jar:3.2.2'
<dependency org="org.apache.openjpa" name="openjpa-xmlstore" rev="3.2.2">
<artifact name="openjpa-xmlstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-xmlstore', version='3.2.2')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-xmlstore" % "3.2.2"
[org.apache.openjpa/openjpa-xmlstore "3.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.openjpa : openjpa-kernel | jar | 3.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.openjpa : openjpa-persistence-jdbc | jar | 3.2.2 |
org.apache.openjpa : openjpa-persistence-jdbc | test-jar | 3.2.2 |
junit : junit | jar | 4.13.2 |
org.apache.commons : commons-dbcp2 | jar | 2.8.0 |