is not current version
Last Version 3.2.2

org.apache.openjpa:openjpa-xmlstore 3.1.2

OpenJPA XML Store

GroupId

GroupId

org.apache.openjpa
ArtifactId

ArtifactId

openjpa-xmlstore
Version

Version

3.1.2
Type

Type

jar

Download openjpa-xmlstore 3.1.2


<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/ -->
<dependency>
    <groupId>org.apache.openjpa</groupId>
    <artifactId>openjpa-xmlstore</artifactId>
    <version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation 'org.apache.openjpa:openjpa-xmlstore:3.1.2'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation ("org.apache.openjpa:openjpa-xmlstore:3.1.2")
'org.apache.openjpa:openjpa-xmlstore:jar:3.1.2'
<dependency org="org.apache.openjpa" name="openjpa-xmlstore" rev="3.1.2">
  <artifact name="openjpa-xmlstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-xmlstore', version='3.1.2')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-xmlstore" % "3.1.2"
[org.apache.openjpa/openjpa-xmlstore "3.1.2"]