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