is not current version
Last Version 2.2.11

org.red5:tomcatplugin 1.12

Tomcat web container plugin

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.red5
ArtifactId

ArtifactId

tomcatplugin
Version

Version

1.12
Type

Type

jar

Download tomcatplugin 1.12


<!-- https://jarcasting.com/artifacts/org.red5/tomcatplugin/ -->
<dependency>
    <groupId>org.red5</groupId>
    <artifactId>tomcatplugin</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/tomcatplugin/
implementation 'org.red5:tomcatplugin:1.12'
// https://jarcasting.com/artifacts/org.red5/tomcatplugin/
implementation ("org.red5:tomcatplugin:1.12")
'org.red5:tomcatplugin:jar:1.12'
<dependency org="org.red5" name="tomcatplugin" rev="1.12">
  <artifact name="tomcatplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='tomcatplugin', version='1.12')
)
libraryDependencies += "org.red5" % "tomcatplugin" % "1.12"
[org.red5/tomcatplugin "1.12"]