s

strutlets-tomcat

A plugin to provide access to Tomcat-specific functionalities through Strutlets.
Files download
File Operation
strutlets-tomcat-1.0.3.jar download
strutlets-tomcat-1.0.3.pom download
strutlets-tomcat-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dihedron.strutlets</groupId>
  <artifactId>strutlets-tomcat</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.dihedron.strutlets:strutlets-tomcat:1.0.3'
Gradle Kotlin
implementation("org.dihedron.strutlets:strutlets-tomcat:1.0.3")
Scala SBT
libraryDependencies += "org.dihedron.strutlets" % "strutlets-tomcat" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.dihedron.strutlets', module='strutlets-tomcat', version='1.0.3')
)
Apache Ivy
<dependency org="org.dihedron.strutlets" name="strutlets-tomcat" rev="1.0.3" />
Leiningen
[org.dihedron.strutlets/strutlets-tomcat "1.0.3"]
Apache Buildr
'org.dihedron.strutlets:strutlets-tomcat:jar:1.0.3'