is not current version
Last Version 1.2.0-beta-5

jpox:jpox-core 1.2.0-beta-2

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

GroupId

GroupId

jpox
ArtifactId

ArtifactId

jpox-core
Version

Version

1.2.0-beta-2
Type

Type

jar

Download jpox-core 1.2.0-beta-2


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