| License | License | 
|---|---|
| Categories | CategoriesApache TomEE Container Application Servers | 
| GroupId | GroupIdorg.apache.tomee | 
| ArtifactId | ArtifactIdtck-common | 
| Last Version | Last Version8.0.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTomEE :: TCK :: Common Apache OpenEJB is an open source, modular, configurable and extensible EJB Container System and EJB Server. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| tck-common-8.0.12.pom | |
| tck-common-8.0.12.jar | 34 KB | 
| tck-common-8.0.12-sources.jar | 25 KB | 
| tck-common-8.0.12-javadoc.jar | 100 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.tomee/tck-common/ -->
<dependency>
    <groupId>org.apache.tomee</groupId>
    <artifactId>tck-common</artifactId>
    <version>8.0.12</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tomee/tck-common/
implementation 'org.apache.tomee:tck-common:8.0.12'// https://jarcasting.com/artifacts/org.apache.tomee/tck-common/
implementation ("org.apache.tomee:tck-common:8.0.12")'org.apache.tomee:tck-common:jar:8.0.12'<dependency org="org.apache.tomee" name="tck-common" rev="8.0.12">
  <artifact name="tck-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tomee', module='tck-common', version='8.0.12')
)libraryDependencies += "org.apache.tomee" % "tck-common" % "8.0.12"[org.apache.tomee/tck-common "8.0.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss.test-harness » jboss-test-harness | jar | 1.1.0-CR9 | 
| junit : junit | jar | 4.13.2 | 
| org.apache.tomee : openejb-core | jar | 8.0.12 | 
| org.apache.tomee : openejb-client | jar | 8.0.12 | 
| org.apache.tomee : webdeployer | jar | 8.0.12 | 
| org.apache.tomee : tomee-util | jar | 8.0.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.8.21 |