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