is not current version
Last Version 3.9.0

org.mule.modules:mule-module-tomcat 3.3.0-EA

Integrates Mule as a global Tomcat service, to be used with deployable configuration builder

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.mule.modules
ArtifactId

ArtifactId

mule-module-tomcat
Version

Version

3.3.0-EA
Type

Type

jar

Download mule-module-tomcat 3.3.0-EA


<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/ -->
<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-tomcat</artifactId>
    <version>3.3.0-EA</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation 'org.mule.modules:mule-module-tomcat:3.3.0-EA'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation ("org.mule.modules:mule-module-tomcat:3.3.0-EA")
'org.mule.modules:mule-module-tomcat:jar:3.3.0-EA'
<dependency org="org.mule.modules" name="mule-module-tomcat" rev="3.3.0-EA">
  <artifact name="mule-module-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-tomcat', version='3.3.0-EA')
)
libraryDependencies += "org.mule.modules" % "mule-module-tomcat" % "3.3.0-EA"
[org.mule.modules/mule-module-tomcat "3.3.0-EA"]