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