is not current version
Last Version 4.1.230-v20070531

org.eclipse:tomcat 4.1.130-v20060601


Categories

Categories

Tomcat Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse
ArtifactId

ArtifactId

tomcat
Version

Version

4.1.130-v20060601
Type

Type

jar

Download tomcat 4.1.130-v20060601


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