Categories |
CategoriesJetty Container Application Servers Ant Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-jetty-websockets-plugin |
Version | Version3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jetty-websockets-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-jetty-websockets-plugin</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jetty-websockets-plugin/
implementation 'org.kantega.reststop:reststop-jetty-websockets-plugin:3.6'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-jetty-websockets-plugin/
implementation ("org.kantega.reststop:reststop-jetty-websockets-plugin:3.6")
'org.kantega.reststop:reststop-jetty-websockets-plugin:jar:3.6'
<dependency org="org.kantega.reststop" name="reststop-jetty-websockets-plugin" rev="3.6">
<artifact name="reststop-jetty-websockets-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-jetty-websockets-plugin', version='3.6')
)
libraryDependencies += "org.kantega.reststop" % "reststop-jetty-websockets-plugin" % "3.6"
[org.kantega.reststop/reststop-jetty-websockets-plugin "3.6"]