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