is not current version
Last Version 2.0.1

io.bootique.jetty:bootique-jetty-websocket 1.1

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.1
Type

Type

jar

Download bootique-jetty-websocket 1.1


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