Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.netconf |
ArtifactId | ArtifactIdwebsocket-client |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
websocket-client-2.0.7.pom | |
websocket-client-2.0.7-sources.jar | 13 KB |
websocket-client-2.0.7-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/ -->
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>websocket-client</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation 'org.opendaylight.netconf:websocket-client:2.0.7'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation ("org.opendaylight.netconf:websocket-client:2.0.7")
'org.opendaylight.netconf:websocket-client:jar:2.0.7'
<dependency org="org.opendaylight.netconf" name="websocket-client" rev="2.0.7">
<artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='websocket-client', version='2.0.7')
)
libraryDependencies += "org.opendaylight.netconf" % "websocket-client" % "2.0.7"
[org.opendaylight.netconf/websocket-client "2.0.7"]