| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.openjpa | 
| ArtifactId | ArtifactIdopenjpa-integration-tck | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionOpenJPA Integration Tests - JPA TCK OpenJPA Integration Tests - JPA TCK | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| openjpa-integration-tck-2.0.0.pom | 19 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration-tck/ -->
<dependency>
    <groupId>org.apache.openjpa</groupId>
    <artifactId>openjpa-integration-tck</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration-tck/
implementation 'org.apache.openjpa:openjpa-integration-tck:2.0.0'// https://jarcasting.com/artifacts/org.apache.openjpa/openjpa-integration-tck/
implementation ("org.apache.openjpa:openjpa-integration-tck:2.0.0")'org.apache.openjpa:openjpa-integration-tck:pom:2.0.0'<dependency org="org.apache.openjpa" name="openjpa-integration-tck" rev="2.0.0">
  <artifact name="openjpa-integration-tck" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.openjpa', module='openjpa-integration-tck', version='2.0.0')
)libraryDependencies += "org.apache.openjpa" % "openjpa-integration-tck" % "2.0.0"[org.apache.openjpa/openjpa-integration-tck "2.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.derby : derby | jar | 10.5.3.0_1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |