t

tomcatplugin

Tomcat web and websocket container plugin
https://github.com/Red5/red5-plugins/tree/master/tomcat
文件下载
文件名 操作
tomcatplugin-2.2.11.jar 下载
tomcatplugin-2.2.11.pom 下载
tomcatplugin-2.2.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.red5</groupId>
  <artifactId>tomcatplugin</artifactId>
  <version>2.2.11</version>
</dependency>
Gradle Groovy
implementation 'org.red5:tomcatplugin:2.2.11'
Gradle Kotlin
implementation("org.red5:tomcatplugin:2.2.11")
Scala SBT
libraryDependencies += "org.red5" % "tomcatplugin" % "2.2.11"
Groovy Grape
@Grapes(
  @Grab(group='org.red5', module='tomcatplugin', version='2.2.11')
)
Apache Ivy
<dependency org="org.red5" name="tomcatplugin" rev="2.2.11" />
Leiningen
[org.red5/tomcatplugin "2.2.11"]
Apache Buildr
'org.red5:tomcatplugin:jar:2.2.11'