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