Download tomcat-util-scan-8.0.29.jar file - Jar t

Jar examples for t:tomcat-util-scan

Description

Common code shared by Catalina and Jasper for scanning JARS and processing XML descriptors

You can download jar file tomcat-util-scan 8.0.29 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add tomcat-util-scan-8.0.29.jar to your project.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-util-scan</artifactId>
   <version>8.0.29</version>
</dependency>
compile group: 'org.apache.tomcat', name: 'tomcat-util-scan', version: '8.0.29'
libraryDependencies += "org.apache.tomcat" % "tomcat-util-scan" % "8.0.29"
<dependency org="org.apache.tomcat" name="tomcat-util-scan" rev="8.0.29"/>
@Grapes(@Grab(group='org.apache.tomcat', module='tomcat-util-scan', version='8.0.29'))
'org.apache.tomcat:tomcat-util-scan:jar:8.0.29'

Download

Click the following link to download the jar file.

tomcat-util-scan-8.0.29-sources.jar
tomcat-util-scan-8.0.29.jar
tomcat-util-scan-8.0.29.pom



Related Tutorials