is not current version
Last Version 10.1.0-M16

org.apache.tomcat:tomcat-util-scan 8.5.47

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

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

tomcat-util-scan
Version

Version

8.5.47
Type

Type

jar

Download tomcat-util-scan 8.5.47


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