is not current version
Last Version 1.1.9

jpox:jpox-parent 1.1.6

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-parent
Version

Version

1.1.6
Type

Type

pom

Download jpox-parent 1.1.6

Filename Size
jpox-parent-1.1.6.pom 6 KB
Browse

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