Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-tomcat |
Version | Version3.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-tomcat</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation 'org.mule.modules:mule-module-tomcat:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-tomcat/
implementation ("org.mule.modules:mule-module-tomcat:3.0.0-RC1")
'org.mule.modules:mule-module-tomcat:jar:3.0.0-RC1'
<dependency org="org.mule.modules" name="mule-module-tomcat" rev="3.0.0-RC1">
<artifact name="mule-module-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-tomcat', version='3.0.0-RC1')
)
libraryDependencies += "org.mule.modules" % "mule-module-tomcat" % "3.0.0-RC1"
[org.mule.modules/mule-module-tomcat "3.0.0-RC1"]