License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-tomcat |
Version | Version3.9.0 |
Type | Typejar |
Description |
DescriptionMule Tomcat Integration
Integrates Mule as a global Tomcat service, to be used with deployable configuration builder
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-tomcat</artifactId>
<version>3.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation 'org.mule.modules:mule-module-tomcat:3.9.0'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation ("org.mule.modules:mule-module-tomcat:3.9.0")
'org.mule.modules:mule-module-tomcat:jar:3.9.0'
<dependency org="org.mule.modules" name="mule-module-tomcat" rev="3.9.0">
<artifact name="mule-module-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-tomcat', version='3.9.0')
)
libraryDependencies += "org.mule.modules" % "mule-module-tomcat" % "3.9.0"
[org.mule.modules/mule-module-tomcat "3.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mule : mule-core | jar | 3.9.0 |
org.mule.modules : mule-module-builders | jar | 3.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : catalina | jar | 6.0.53 |
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.multithreadedtc : multithreadedtc | jar | 1.01 |