<dependency> <groupId>tomcat</groupId> <artifactId>tomcat-http</artifactId> <version>5.5.15</version> </dependency>
implementation 'tomcat:tomcat-http:5.5.15'
implementation("tomcat:tomcat-http:5.5.15")
libraryDependencies += "tomcat" % "tomcat-http" % "5.5.15"
@Grapes( @Grab(group='tomcat', module='tomcat-http', version='5.5.15') )
<dependency org="tomcat" name="tomcat-http" rev="5.5.15" />
[tomcat/tomcat-http "5.5.15"]
'tomcat:tomcat-http:jar:5.5.15'
<parent> <groupId>tomcat</groupId> <artifactId>tomcat-parent</artifactId> <version>5.5.15</version> </parent>
compile
|-- tomcat:tomcat-util:5.5.15
|-- commons-modeler:commons-modeler:1.1