License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.opendaylight.yangtools |
ArtifactId | ArtifactIdwebsocket-client |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
websocket-client-1.2.3.pom | |
websocket-client-1.2.3.jar | 14 KB |
websocket-client-1.2.3-sources.jar | 6 KB |
websocket-client-1.2.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>websocket-client</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation 'org.opendaylight.yangtools:websocket-client:1.2.3'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation ("org.opendaylight.yangtools:websocket-client:1.2.3")
'org.opendaylight.yangtools:websocket-client:jar:1.2.3'
<dependency org="org.opendaylight.yangtools" name="websocket-client" rev="1.2.3">
<artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='websocket-client', version='1.2.3')
)
libraryDependencies += "org.opendaylight.yangtools" % "websocket-client" % "1.2.3"
[org.opendaylight.yangtools/websocket-client "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 22.0 |
io.netty : netty-codec-http | jar | 4.1.8.Final |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.21 |