j

jpox-parent

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.
www.jpox.org
The Apache Software License, Version 2.0
Java Persistent Objects (JPOX)
Erik Bengtson Andy Jefferson Marco Schulze Joerg von Frantzius
Files download
File Operation
jpox-parent-1.1.0-beta-6.pom download
Apache Maven
<dependency>
  <groupId>jpox</groupId>
  <artifactId>jpox-parent</artifactId>
  <version>1.1.0-beta-6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'jpox:jpox-parent:1.1.0-beta-6'
Gradle Kotlin
implementation("jpox:jpox-parent:1.1.0-beta-6")
Scala SBT
libraryDependencies += "jpox" % "jpox-parent" % "1.1.0-beta-6"
Groovy Grape
@Grapes(
  @Grab(group='jpox', module='jpox-parent', version='1.1.0-beta-6')
)
Apache Ivy
<dependency org="jpox" name="jpox-parent" rev="1.1.0-beta-6" />
Leiningen
[jpox/jpox-parent "1.1.0-beta-6"]
Apache Buildr
'jpox:jpox-parent:jar:1.1.0-beta-6'
Dependencies
The project has no third-party dependencies