License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdjavax.websocket |
ArtifactId | ArtifactIdjavax.websocket-client-api |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSocket client API
JSR 356: Java API for WebSocket
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/ -->
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-client-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/
implementation 'javax.websocket:javax.websocket-client-api:1.1'
// https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/
implementation ("javax.websocket:javax.websocket-client-api:1.1")
'javax.websocket:javax.websocket-client-api:jar:1.1'
<dependency org="javax.websocket" name="javax.websocket-client-api" rev="1.1">
<artifact name="javax.websocket-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.websocket', module='javax.websocket-client-api', version='1.1')
)
libraryDependencies += "javax.websocket" % "javax.websocket-client-api" % "1.1"
[javax.websocket/javax.websocket-client-api "1.1"]