is not current version
Last Version 5.0.6

org.kaazing:specification.ws 3.0.0-alpha-70

WebSocket Protocol (RFC-6455) specification, including necessary EL functions

GroupId

GroupId

org.kaazing
ArtifactId

ArtifactId

specification.ws
Version

Version

3.0.0-alpha-70
Type

Type

jar

Download specification.ws 3.0.0-alpha-70


<!-- https://jarcasting.com/artifacts/org.kaazing/specification.ws/ -->
<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>specification.ws</artifactId>
    <version>3.0.0-alpha-70</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/specification.ws/
implementation 'org.kaazing:specification.ws:3.0.0-alpha-70'
// https://jarcasting.com/artifacts/org.kaazing/specification.ws/
implementation ("org.kaazing:specification.ws:3.0.0-alpha-70")
'org.kaazing:specification.ws:jar:3.0.0-alpha-70'
<dependency org="org.kaazing" name="specification.ws" rev="3.0.0-alpha-70">
  <artifact name="specification.ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='specification.ws', version='3.0.0-alpha-70')
)
libraryDependencies += "org.kaazing" % "specification.ws" % "3.0.0-alpha-70"
[org.kaazing/specification.ws "3.0.0-alpha-70"]