Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.tyrus |
ArtifactId | ArtifactIdwebsocket-spi |
Version | Version1.0-b05 |
Type | Typejar |
Filename | Size |
---|---|
websocket-spi-1.0-b05.pom | |
websocket-spi-1.0-b05.jar | 4 KB |
websocket-spi-1.0-b05-sources.jar | 8 KB |
websocket-spi-1.0-b05-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi/ -->
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>websocket-spi</artifactId>
<version>1.0-b05</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi/
implementation 'org.glassfish.tyrus:websocket-spi:1.0-b05'
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi/
implementation ("org.glassfish.tyrus:websocket-spi:1.0-b05")
'org.glassfish.tyrus:websocket-spi:jar:1.0-b05'
<dependency org="org.glassfish.tyrus" name="websocket-spi" rev="1.0-b05">
<artifact name="websocket-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus', module='websocket-spi', version='1.0-b05')
)
libraryDependencies += "org.glassfish.tyrus" % "websocket-spi" % "1.0-b05"
[org.glassfish.tyrus/websocket-spi "1.0-b05"]