Last Version

Jakarta WebSocket API Parent 2.1.0

Jakarta WebSocket API Parent

License

License

GroupId

GroupId

jakarta.websocket
ArtifactId

ArtifactId

jakarta.websocket-all
Version

Version

2.1.0
Type

Type

pom
Description

Description

Jakarta WebSocket API Parent
Jakarta WebSocket API Parent
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.websocket
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/websocket-api

Download jakarta.websocket-all 2.1.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • client
  • server