| Categories | CategoriesTomcat Container Application Servers CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse | 
| ArtifactId | ArtifactIdtomcat | 
| Version | Version4.1.130-v20060601 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| tomcat-4.1.130-v20060601.pom | |
| tomcat-4.1.130-v20060601.jar | 2 MB | 
| Browse | 
<!-- 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"]