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