Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdfr.braindead |
ArtifactId | ArtifactIdwebsocket-client |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
websocket-client-1.0.1.pom | |
websocket-client-1.0.1.jar | 7 KB |
websocket-client-1.0.1-sources.jar | 2 KB |
websocket-client-1.0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.braindead/websocket-client/ -->
<dependency>
<groupId>fr.braindead</groupId>
<artifactId>websocket-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.braindead/websocket-client/
implementation 'fr.braindead:websocket-client:1.0.1'
// https://jarcasting.com/artifacts/fr.braindead/websocket-client/
implementation ("fr.braindead:websocket-client:1.0.1")
'fr.braindead:websocket-client:jar:1.0.1'
<dependency org="fr.braindead" name="websocket-client" rev="1.0.1">
<artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.braindead', module='websocket-client', version='1.0.1')
)
libraryDependencies += "fr.braindead" % "websocket-client" % "1.0.1"
[fr.braindead/websocket-client "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 1.2.0.Beta8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |