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