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