o

openjpa-xmlstore

OpenJPA XML Store
Files download
File Operation
openjpa-xmlstore-2.4.3.jar download
openjpa-xmlstore-2.4.3.pom download
openjpa-xmlstore-2.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.openjpa</groupId>
  <artifactId>openjpa-xmlstore</artifactId>
  <version>2.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.openjpa:openjpa-xmlstore:2.4.3'
Gradle Kotlin
implementation("org.apache.openjpa:openjpa-xmlstore:2.4.3")
Scala SBT
libraryDependencies += "org.apache.openjpa" % "openjpa-xmlstore" % "2.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.openjpa', module='openjpa-xmlstore', version='2.4.3')
)
Apache Ivy
<dependency org="org.apache.openjpa" name="openjpa-xmlstore" rev="2.4.3" />
Leiningen
[org.apache.openjpa/openjpa-xmlstore "2.4.3"]
Apache Buildr
'org.apache.openjpa:openjpa-xmlstore:jar:2.4.3'