Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.dblock.waffle |
ArtifactId | ArtifactIdwaffle-tomcat8 |
Version | Version1.7.3 |
Type | Typejar |
Filename | Size |
---|---|
waffle-tomcat8-1.7.3.pom | |
waffle-tomcat8-1.7.3.jar | 16 KB |
waffle-tomcat8-1.7.3-test-sources.jar | 16 KB |
waffle-tomcat8-1.7.3-test-javadoc.jar | 109 KB |
waffle-tomcat8-1.7.3-sources.jar | 9 KB |
waffle-tomcat8-1.7.3-javadoc.jar | 55 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tomcat8/
implementation 'com.github.dblock.waffle:waffle-tomcat8:1.7.3'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tomcat8/
implementation ("com.github.dblock.waffle:waffle-tomcat8:1.7.3")
'com.github.dblock.waffle:waffle-tomcat8:jar:1.7.3'
<dependency org="com.github.dblock.waffle" name="waffle-tomcat8" rev="1.7.3">
<artifact name="waffle-tomcat8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-tomcat8', version='1.7.3')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-tomcat8" % "1.7.3"
[com.github.dblock.waffle/waffle-tomcat8 "1.7.3"]