is not current version
Last Version 1.2.0-beta-1

jpox:jpox 1.1.6

JPOX is a free and fully compliant implementation of the JDO 1, JDO 2 specifications, providing transparent persistence of Java objects.

GroupId

GroupId

jpox
ArtifactId

ArtifactId

jpox
Version

Version

1.1.6
Type

Type

jar

Download jpox 1.1.6


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