| GroupId | GroupIdorg.graphwalker |
|---|---|
| ArtifactId | ArtifactIdgraphwalker-websocket |
| Version | Version3.4.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker-websocket/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker-websocket</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-websocket/
implementation 'org.graphwalker:graphwalker-websocket:3.4.2'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker-websocket/
implementation ("org.graphwalker:graphwalker-websocket:3.4.2")
'org.graphwalker:graphwalker-websocket:jar:3.4.2'
<dependency org="org.graphwalker" name="graphwalker-websocket" rev="3.4.2">
<artifact name="graphwalker-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker-websocket', version='3.4.2')
)
libraryDependencies += "org.graphwalker" % "graphwalker-websocket" % "3.4.2"
[org.graphwalker/graphwalker-websocket "3.4.2"]