MVN

org.red5 : tomcatplugin

Maven & Gradle

4 usages
50 stars

tomcatplugin · Tomcat web and websocket container plugin

<dependency>
    <groupId>org.red5</groupId>
    <artifactId>tomcatplugin</artifactId>
    <version>2.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.red5 : tomcatplugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.11

All Versions

Choose a version of org.red5 : tomcatplugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
tomcatplugin-2.2.11
tomcatplugin-2.2.10
tomcatplugin-2.2.9
tomcatplugin-2.2.8
tomcatplugin-2.2.6
tomcatplugin-2.2.4
tomcatplugin-2.2.3
tomcatplugin-2.2.2
2.0.x
tomcatplugin-2.0.14
tomcatplugin-2.0.13
tomcatplugin-2.0.12
tomcatplugin-2.0.11
tomcatplugin-2.0.10
tomcatplugin-2.0.9
tomcatplugin-2.0.8
tomcatplugin-2.0.7
tomcatplugin-2.0.6
tomcatplugin-2.0.5
tomcatplugin-2.0.4
tomcatplugin-2.0.3
tomcatplugin-2.0.2
tomcatplugin-2.0.1
tomcatplugin-2.0.0
1.20
tomcatplugin-1.20
1.19
tomcatplugin-1.19
1.18
tomcatplugin-1.18
1.17
tomcatplugin-1.17
1.16
tomcatplugin-1.16
1.15
tomcatplugin-1.15
1.14
tomcatplugin-1.14
1.13
tomcatplugin-1.13
1.12
tomcatplugin-1.12
1.7
tomcatplugin-1.7

How to add a dependency to Maven

Add the following org.red5 : tomcatplugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.red5</groupId>
    <artifactId>tomcatplugin</artifactId>
    <version>2.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.red5 : tomcatplugin gradle dependency to your build.gradle file:

implementation 'org.red5:tomcatplugin:2.2.11'

Gradle Kotlin DSL: Add the following org.red5 : tomcatplugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.red5:tomcatplugin:2.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.red5 : tomcatplugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.red5" % "tomcatplugin" % "2.2.11"

Advertisement