| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdcom.github.dblock.waffle |
| ArtifactId | ArtifactIdwaffle-tomcat8 |
| Version | Version1.7.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| waffle-tomcat8-1.7.4.pom | |
| waffle-tomcat8-1.7.4.jar | 17 KB |
| waffle-tomcat8-1.7.4-test-sources.jar | 16 KB |
| waffle-tomcat8-1.7.4-test-javadoc.jar | 109 KB |
| waffle-tomcat8-1.7.4-sources.jar | 10 KB |
| waffle-tomcat8-1.7.4-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tomcat8/ -->
<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-tomcat8</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tomcat8/
implementation 'com.github.dblock.waffle:waffle-tomcat8:1.7.4'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tomcat8/
implementation ("com.github.dblock.waffle:waffle-tomcat8:1.7.4")
'com.github.dblock.waffle:waffle-tomcat8:jar:1.7.4'
<dependency org="com.github.dblock.waffle" name="waffle-tomcat8" rev="1.7.4">
<artifact name="waffle-tomcat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-tomcat8', version='1.7.4')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-tomcat8" % "1.7.4"
[com.github.dblock.waffle/waffle-tomcat8 "1.7.4"]