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