License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.quickprotocol |
ArtifactId | ArtifactIdquickprotocol-websocket-client |
Version | Version2.1.0 |
Type | Typejar |
Description |
Descriptionquickprotocol-websocket-client
A simple communicate protocol for TCP,Pipeline,SerialPort,WebSocket.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.quickprotocol/quickprotocol-websocket-client/ -->
<dependency>
<groupId>io.github.quickprotocol</groupId>
<artifactId>quickprotocol-websocket-client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.quickprotocol/quickprotocol-websocket-client/
implementation 'io.github.quickprotocol:quickprotocol-websocket-client:2.1.0'
// https://jarcasting.com/artifacts/io.github.quickprotocol/quickprotocol-websocket-client/
implementation ("io.github.quickprotocol:quickprotocol-websocket-client:2.1.0")
'io.github.quickprotocol:quickprotocol-websocket-client:jar:2.1.0'
<dependency org="io.github.quickprotocol" name="quickprotocol-websocket-client" rev="2.1.0">
<artifact name="quickprotocol-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.quickprotocol', module='quickprotocol-websocket-client', version='2.1.0')
)
libraryDependencies += "io.github.quickprotocol" % "quickprotocol-websocket-client" % "2.1.0"
[io.github.quickprotocol/quickprotocol-websocket-client "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
io.github.quickprotocol : quickprotocol-core | jar | 2.1.0 |
org.eclipse.jetty.websocket : websocket-client | jar | 9.4.44.v20210927 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |