is not current version
Last Version 1.2.0-beta-1

jpox:jpox 1.0.2

JPOX is a Java Data Objects (JDO) API implementation. The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence.

GroupId

GroupId

jpox
ArtifactId

ArtifactId

jpox
Version

Version

1.0.2
Type

Type

jar

Download jpox 1.0.2

Filename Size
jpox-1.0.2.pom
jpox-1.0.2.jar 893 KB
Browse

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