не последняя версия
Последняя версия 3.0.5

org.opendaylight.netconf:websocket-client 2.0.3


Категории

Категории

Сеть CLI Взаимодействие с пользователем
Группа

Группа

org.opendaylight.netconf
Идентификатор

Идентификатор

websocket-client
Версия

Версия

2.0.3
Тип

Тип

jar

Скачать websocket-client 2.0.3


<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/ -->
<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>websocket-client</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation 'org.opendaylight.netconf:websocket-client:2.0.3'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation ("org.opendaylight.netconf:websocket-client:2.0.3")
'org.opendaylight.netconf:websocket-client:jar:2.0.3'
<dependency org="org.opendaylight.netconf" name="websocket-client" rev="2.0.3">
  <artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='websocket-client', version='2.0.3')
)
libraryDependencies += "org.opendaylight.netconf" % "websocket-client" % "2.0.3"
[org.opendaylight.netconf/websocket-client "2.0.3"]