GroupId | GroupIdorg.apache.openjpa |
---|---|
ArtifactId | ArtifactIdopenjpa-xmlstore |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
openjpa-xmlstore-2.1.0.pom | |
openjpa-xmlstore-2.1.0.jar | 27 KB |
openjpa-xmlstore-2.1.0-tests.jar | 75 KB |
openjpa-xmlstore-2.1.0-sources.jar | 21 KB |
openjpa-xmlstore-2.1.0-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>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation 'org.apache.openjpa:openjpa-xmlstore:2.1.0'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation ("org.apache.openjpa:openjpa-xmlstore:2.1.0")
'org.apache.openjpa:openjpa-xmlstore:jar:2.1.0'
<dependency org="org.apache.openjpa" name="openjpa-xmlstore" rev="2.1.0">
<artifact name="openjpa-xmlstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-xmlstore', version='2.1.0')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-xmlstore" % "2.1.0"
[org.apache.openjpa/openjpa-xmlstore "2.1.0"]