is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty-websocket 1.3

Provides WebSockets (JSR-356) Jetty-based integration for Bootique apps.

Categories

Categories

Jetty Container Application Servers Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jetty
ArtifactId

ArtifactId

bootique-jetty-websocket
Version

Version

1.3
Type

Type

jar

Download bootique-jetty-websocket 1.3


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