MVN

jpox : jpox-core

Maven & Gradle

Jan 21, 2008
17 usages

JPOX-Core · JPOX is a heterogenous Java persistence solution. It implements the JDO1, JDO2 and JPA1 specifications of Java persistence. This jar provides core functionality.

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-core</artifactId>
    <version>1.2.0-beta-5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jpox : jpox-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-beta-5
  • Latest Beta: 1.2.0-beta-5

All Versions

Choose a version of jpox : jpox-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
jpox-core-1.2.0-beta-5
jpox-core-1.2.0-beta-4
jpox-core-1.2.0-beta-3
jpox-core-1.2.0-beta-2

How to add a dependency to Maven

Add the following jpox : jpox-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jpox</groupId>
    <artifactId>jpox-core</artifactId>
    <version>1.2.0-beta-5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jpox : jpox-core gradle dependency to your build.gradle file:

implementation 'jpox:jpox-core:1.2.0-beta-5'

Gradle Kotlin DSL: Add the following jpox : jpox-core gradle kotlin dependency to your build.gradle.kts file:

implementation("jpox:jpox-core:1.2.0-beta-5")

How to add a dependency to SBT Scala

SBT Scala: Add the following jpox : jpox-core sbt scala dependency to your build.sbt file:

libraryDependencies += "jpox" % "jpox-core" % "1.2.0-beta-5"

Advertisement

Dependencies from Group

Apr 21, 2008
50 usages
Jan 21, 2008
17 usages
Jan 21, 2008
8 usages
Jan 21, 2008
8 usages
Jan 21, 2008
8 usages

Discover Dependencies