Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.yangtools |
ArtifactId | ArtifactIdwebsocket-client |
Version | Version0.6.5-Helium-SR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>websocket-client</artifactId>
<version>0.6.5-Helium-SR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation 'org.opendaylight.yangtools:websocket-client:0.6.5-Helium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation ("org.opendaylight.yangtools:websocket-client:0.6.5-Helium-SR3")
'org.opendaylight.yangtools:websocket-client:jar:0.6.5-Helium-SR3'
<dependency org="org.opendaylight.yangtools" name="websocket-client" rev="0.6.5-Helium-SR3">
<artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='websocket-client', version='0.6.5-Helium-SR3')
)
libraryDependencies += "org.opendaylight.yangtools" % "websocket-client" % "0.6.5-Helium-SR3"
[org.opendaylight.yangtools/websocket-client "0.6.5-Helium-SR3"]