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