Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdli.rudin.rt |
ArtifactId | ArtifactIdrt-transport-websocket-tomcat7 |
Version | Version3.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/li.rudin.rt/rt-transport-websocket-tomcat7/ -->
<dependency>
<groupId>li.rudin.rt</groupId>
<artifactId>rt-transport-websocket-tomcat7</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.rt/rt-transport-websocket-tomcat7/
implementation 'li.rudin.rt:rt-transport-websocket-tomcat7:3.1.2'
// https://jarcasting.com/artifacts/li.rudin.rt/rt-transport-websocket-tomcat7/
implementation ("li.rudin.rt:rt-transport-websocket-tomcat7:3.1.2")
'li.rudin.rt:rt-transport-websocket-tomcat7:jar:3.1.2'
<dependency org="li.rudin.rt" name="rt-transport-websocket-tomcat7" rev="3.1.2">
<artifact name="rt-transport-websocket-tomcat7" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.rt', module='rt-transport-websocket-tomcat7', version='3.1.2')
)
libraryDependencies += "li.rudin.rt" % "rt-transport-websocket-tomcat7" % "3.1.2"
[li.rudin.rt/rt-transport-websocket-tomcat7 "3.1.2"]