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