| License |
License |
|---|---|
| GroupId | GroupIdjakarta.websocket |
| ArtifactId | ArtifactIdjakarta.websocket-all |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJakarta WebSocket API Parent
Jakarta WebSocket API Parent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jakarta.websocket-all-2.1.0.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jakarta.websocket/jakarta.websocket-all/ -->
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.websocket/jakarta.websocket-all/
implementation 'jakarta.websocket:jakarta.websocket-all:2.1.0'
// https://jarcasting.com/artifacts/jakarta.websocket/jakarta.websocket-all/
implementation ("jakarta.websocket:jakarta.websocket-all:2.1.0")
'jakarta.websocket:jakarta.websocket-all:pom:2.1.0'
<dependency org="jakarta.websocket" name="jakarta.websocket-all" rev="2.1.0">
<artifact name="jakarta.websocket-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.websocket', module='jakarta.websocket-all', version='2.1.0')
)
libraryDependencies += "jakarta.websocket" % "jakarta.websocket-all" % "2.1.0"
[jakarta.websocket/jakarta.websocket-all "2.1.0"]