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