Last Version

JDO2 Technology Compatibility Kit 2.0-rc1

The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. NOTE!! There are no unit tests in this project.

GroupId

GroupId

org.apache.jdo
ArtifactId

ArtifactId

jdo2-tck
Version

Version

2.0-rc1
Type

Type

jar
Description

Description

JDO2 Technology Compatibility Kit
The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. NOTE!! There are no unit tests in this project.

Download jdo2-tck 2.0-rc1


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

Dependencies

compile (20)

Group / Artifact Type Version
javax.jdo : jdo2-api jar 2.0-rc1
org.apache.jdo : jdo2-enhancer jar 2.0-rc1
org.apache.jdo : jdo2-core jar 2.0-rc1
jpox : jpox jar 1.1.0-rc-1
jpox : jpox-enhancer jar 1.1.0-rc-1
org.apache.derby : derby jar 10.1.1.0
org.apache.derby : derbytools jar 10.1.1.0
junit : junit jar 3.8.1
bcel : bcel jar 5.1
log4j : log4j jar 1.2.8
commons-logging : commons-logging jar 1.0.4
geronimo-spec : geronimo-spec-jta jar 1.0.1B-rc2
springframework : spring-core jar 1.2.5
springframework : spring-beans jar 1.2.5
jpox : jpox-c3p0 jar 1.1.0-rc-1
jpox : jpox-dbcp jar 1.1.0-rc-1
c3p0 : c3p0 jar 0.9.0
commons-dbcp : commons-dbcp jar 1.2.1
commons-pool : commons-pool jar 1.2
commons-collections : commons-collections jar 3.1

Project Modules

There are no modules declared in this project.