| License | License | 
|---|---|
| Categories | CategoriesTomcat Container Application Servers CLI User Interface | 
| GroupId | GroupIdorg.eclipse | 
| ArtifactId | ArtifactIdtomcat | 
| Version | Version4.1.230-v20070531 | 
| Type | Typejar | 
| Description | DescriptionTomcat Wrapper | 
| Filename | Size | 
|---|---|
| tomcat-4.1.230-v20070531.pom | |
| tomcat-4.1.230-v20070531.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse/tomcat/ -->
<dependency>
    <groupId>org.eclipse</groupId>
    <artifactId>tomcat</artifactId>
    <version>4.1.230-v20070531</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse/tomcat/
implementation 'org.eclipse:tomcat:4.1.230-v20070531'// https://jarcasting.com/artifacts/org.eclipse/tomcat/
implementation ("org.eclipse:tomcat:4.1.230-v20070531")'org.eclipse:tomcat:jar:4.1.230-v20070531'<dependency org="org.eclipse" name="tomcat" rev="4.1.230-v20070531">
  <artifact name="tomcat" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse', module='tomcat', version='4.1.230-v20070531')
)libraryDependencies += "org.eclipse" % "tomcat" % "4.1.230-v20070531"[org.eclipse/tomcat "4.1.230-v20070531"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.help : appserver | jar | [3.1.0,4.0.0) | 
| org.apache » ant Optional | jar | [1.6.5,2.0.0) | 
| org.eclipse.core : runtime | jar | [3.1.0,4.0.0) |