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