License |
License |
---|---|
GroupId | GroupIdcom.disney.groovity |
ArtifactId | ArtifactIdgroovity-websocket |
Version | Version2.1.0-beta.1 |
Type | Typejar |
Description |
DescriptionGroovity WebSocket abstraction layer and client tag
Requires servlet container or other source of provided websocket api implementation
|
<!-- https://jarcasting.com/artifacts/com.disney.groovity/groovity-websocket/ -->
<dependency>
<groupId>com.disney.groovity</groupId>
<artifactId>groovity-websocket</artifactId>
<version>2.1.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-websocket/
implementation 'com.disney.groovity:groovity-websocket:2.1.0-beta.1'
// https://jarcasting.com/artifacts/com.disney.groovity/groovity-websocket/
implementation ("com.disney.groovity:groovity-websocket:2.1.0-beta.1")
'com.disney.groovity:groovity-websocket:jar:2.1.0-beta.1'
<dependency org="com.disney.groovity" name="groovity-websocket" rev="2.1.0-beta.1">
<artifact name="groovity-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.disney.groovity', module='groovity-websocket', version='2.1.0-beta.1')
)
libraryDependencies += "com.disney.groovity" % "groovity-websocket" % "2.1.0-beta.1"
[com.disney.groovity/groovity-websocket "2.1.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
com.disney.groovity : groovity-core | jar | 2.1.0-beta.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.websocket : javax.websocket-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |