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