GroupId | GroupIdorg.apache.openjpa |
---|---|
ArtifactId | ArtifactIdopenjpa-xmlstore |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
openjpa-xmlstore-1.2.3.pom | |
openjpa-xmlstore-1.2.3.jar | 26 KB |
openjpa-xmlstore-1.2.3-tests.jar | 6 KB |
openjpa-xmlstore-1.2.3-sources.jar | 21 KB |
openjpa-xmlstore-1.2.3-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/ -->
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation 'org.apache.openjpa:openjpa-xmlstore:1.2.3'
// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-xmlstore/
implementation ("org.apache.openjpa:openjpa-xmlstore:1.2.3")
'org.apache.openjpa:openjpa-xmlstore:jar:1.2.3'
<dependency org="org.apache.openjpa" name="openjpa-xmlstore" rev="1.2.3">
<artifact name="openjpa-xmlstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-xmlstore', version='1.2.3')
)
libraryDependencies += "org.apache.openjpa" % "openjpa-xmlstore" % "1.2.3"
[org.apache.openjpa/openjpa-xmlstore "1.2.3"]