| Категории |
КатегорииTomcat Контейнер Application Servers |
|---|---|
| Группа | Группаorg.apache.tomcat |
| Идентификатор | Идентификаторtomcat-util-scan |
| Версия | Версия8.5.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tomcat-util-scan-8.5.9.pom | |
| tomcat-util-scan-8.5.9.jar | 196 KB |
| tomcat-util-scan-8.5.9-sources.jar | 164 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-util-scan/ -->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-util-scan</artifactId>
<version>8.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-util-scan/
implementation 'org.apache.tomcat:tomcat-util-scan:8.5.9'
// https://jarcasting.com/artifacts/org.apache.tomcat/tomcat-util-scan/
implementation ("org.apache.tomcat:tomcat-util-scan:8.5.9")
'org.apache.tomcat:tomcat-util-scan:jar:8.5.9'
<dependency org="org.apache.tomcat" name="tomcat-util-scan" rev="8.5.9">
<artifact name="tomcat-util-scan" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='tomcat-util-scan', version='8.5.9')
)
libraryDependencies += "org.apache.tomcat" % "tomcat-util-scan" % "8.5.9"
[org.apache.tomcat/tomcat-util-scan "8.5.9"]