Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.waffle |
ArtifactId | ArtifactIdwaffle-tomcat9 |
Version | Version2.0.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-tomcat9/ -->
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-tomcat9</artifactId>
<version>2.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waffle/waffle-tomcat9/
implementation 'com.github.waffle:waffle-tomcat9:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.github.waffle/waffle-tomcat9/
implementation ("com.github.waffle:waffle-tomcat9:2.0.0-beta1")
'com.github.waffle:waffle-tomcat9:jar:2.0.0-beta1'
<dependency org="com.github.waffle" name="waffle-tomcat9" rev="2.0.0-beta1">
<artifact name="waffle-tomcat9" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waffle', module='waffle-tomcat9', version='2.0.0-beta1')
)
libraryDependencies += "com.github.waffle" % "waffle-tomcat9" % "2.0.0-beta1"
[com.github.waffle/waffle-tomcat9 "2.0.0-beta1"]