Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.waffle</groupId>
  <artifactId>waffle-tomcat10</artifactId>
  <version>3.3.1-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="com.github.waffle" name="waffle-tomcat10" rev="3.3.1-SNAPSHOT">
  <artifact name="waffle-tomcat10" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.waffle', module='waffle-tomcat10', version='3.3.1-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.waffle:waffle-tomcat10:3.3.1-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.waffle" % "waffle-tomcat10" % "3.3.1-SNAPSHOT"

Leiningen

[com.github.waffle/waffle-tomcat10 "3.3.1-SNAPSHOT"]