License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.graphqlio |
ArtifactId | ArtifactIdwebsocket-framed-java |
Version | Version0.0.10 |
Type | Typejar |
Description |
DescriptionWebSocket Framed
websocket-framed-java is the Java implementation of the
JavaScript websocket-framed reference implementation.
The documentation of the reference implementation can be
found at (https://github.com/rse/websocket-framed).
The library is part of the graphqlio ecosystem.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.graphqlio/websocket-framed-java/ -->
<dependency>
<groupId>com.graphqlio</groupId>
<artifactId>websocket-framed-java</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphqlio/websocket-framed-java/
implementation 'com.graphqlio:websocket-framed-java:0.0.10'
// https://jarcasting.com/artifacts/com.graphqlio/websocket-framed-java/
implementation ("com.graphqlio:websocket-framed-java:0.0.10")
'com.graphqlio:websocket-framed-java:jar:0.0.10'
<dependency org="com.graphqlio" name="websocket-framed-java" rev="0.0.10">
<artifact name="websocket-framed-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphqlio', module='websocket-framed-java', version='0.0.10')
)
libraryDependencies += "com.graphqlio" % "websocket-framed-java" % "0.0.10"
[com.graphqlio/websocket-framed-java "0.0.10"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
co.nstant.in : cbor | jar | 0.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
org.json : json | jar | 20190722 |
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor | jar | 2.10.0 |
org.msgpack : msgpack-core | jar | 0.8.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.platform : junit-platform-runner | jar | 1.5.2 |