is not current version
Last Version 1.1

javax.websocket:javax.websocket-client-api 1.0

JSR 356: Java API for WebSocket

Categories

Categories

CLI User Interface
GroupId

GroupId

javax.websocket
ArtifactId

ArtifactId

javax.websocket-client-api
Version

Version

1.0
Type

Type

jar

Download javax.websocket-client-api 1.0


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