License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jetty |
ArtifactId | ArtifactIdbootique-jetty-websocket |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jetty-websocket: WebSockets (JSR-356) Jetty-based integration for Bootique apps
Provides WebSockets (JSR-356) Jetty-based integration for Bootique apps.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-websocket/ -->
<dependency>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-websocket</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-websocket/
implementation 'io.bootique.jetty:bootique-jetty-websocket:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-websocket/
implementation ("io.bootique.jetty:bootique-jetty-websocket:2.0.1")
'io.bootique.jetty:bootique-jetty-websocket:jar:2.0.1'
<dependency org="io.bootique.jetty" name="bootique-jetty-websocket" rev="2.0.1">
<artifact name="bootique-jetty-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jetty', module='bootique-jetty-websocket', version='2.0.1')
)
libraryDependencies += "io.bootique.jetty" % "bootique-jetty-websocket" % "2.0.1"
[io.bootique.jetty/bootique-jetty-websocket "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jetty : bootique-jetty | jar | 2.0.1 |
javax.websocket : javax.websocket-api | jar | 1.1 |
org.eclipse.jetty.websocket : javax-websocket-server-impl | jar | 9.4.43.v20210629 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-junit5 | jar | 2.0.1 |
io.bootique.logback : bootique-logback | jar | 2.0.1 |
org.glassfish.jersey.core : jersey-client | jar | 2.35 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
javax.activation : activation | jar | 1.1.1 |