Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opendaylight.yangtools |
ArtifactId | ArtifactIdwebsocket-client |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
websocket-client-1.2.2.pom | |
websocket-client-1.2.2.jar | 14 KB |
websocket-client-1.2.2-sources.jar | 6 KB |
websocket-client-1.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation 'org.opendaylight.yangtools:websocket-client:1.2.2'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/websocket-client/
implementation ("org.opendaylight.yangtools:websocket-client:1.2.2")
'org.opendaylight.yangtools:websocket-client:jar:1.2.2'
<dependency org="org.opendaylight.yangtools" name="websocket-client" rev="1.2.2">
<artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='websocket-client', version='1.2.2')
)
libraryDependencies += "org.opendaylight.yangtools" % "websocket-client" % "1.2.2"
[org.opendaylight.yangtools/websocket-client "1.2.2"]