License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.apache.openejb |
ArtifactId | ArtifactIdopenejb-tomcat-common |
Last Version | Last Version4.0.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenEJB :: Assembly :: Tomcat :: Common
This module contains the classes that will be added to the common class loader
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.openejb/openejb-tomcat-common/ -->
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-tomcat-common</artifactId>
<version>4.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openejb/openejb-tomcat-common/
implementation 'org.apache.openejb:openejb-tomcat-common:4.0.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.openejb/openejb-tomcat-common/
implementation ("org.apache.openejb:openejb-tomcat-common:4.0.0-beta-1")
'org.apache.openejb:openejb-tomcat-common:jar:4.0.0-beta-1'
<dependency org="org.apache.openejb" name="openejb-tomcat-common" rev="4.0.0-beta-1">
<artifact name="openejb-tomcat-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openejb', module='openejb-tomcat-common', version='4.0.0-beta-1')
)
libraryDependencies += "org.apache.openejb" % "openejb-tomcat-common" % "4.0.0-beta-1"
[org.apache.openejb/openejb-tomcat-common "4.0.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.openejb : openejb-webapp-common | jar | 4.0.0-beta-1 |
org.apache.openejb : openejb-loader | jar | 4.0.0-beta-1 |
org.apache.openejb : openejb-client | jar | 4.0.0-beta-1 |
org.apache.tomcat : tomcat-catalina | jar | 7.0.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |