License |
License |
---|---|
Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.tyrus |
ArtifactId | ArtifactIdwebsocket-spi-providers |
Last Version | Last Version1.0-b06 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWebSocket SPI Providers
WebSocket API and Implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
websocket-spi-providers-1.0-b06.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi-providers/ -->
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>websocket-spi-providers</artifactId>
<version>1.0-b06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi-providers/
implementation 'org.glassfish.tyrus:websocket-spi-providers:1.0-b06'
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-spi-providers/
implementation ("org.glassfish.tyrus:websocket-spi-providers:1.0-b06")
'org.glassfish.tyrus:websocket-spi-providers:pom:1.0-b06'
<dependency org="org.glassfish.tyrus" name="websocket-spi-providers" rev="1.0-b06">
<artifact name="websocket-spi-providers" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus', module='websocket-spi-providers', version='1.0-b06')
)
libraryDependencies += "org.glassfish.tyrus" % "websocket-spi-providers" % "1.0-b06"
[org.glassfish.tyrus/websocket-spi-providers "1.0-b06"]
Group / Artifact | Type | Version |
---|---|---|
javax.net.websocket : javax.net.websocket-api | jar | 1.0-b06 |