| License |
License |
|---|---|
| GroupId | GroupIdorg.snf4j |
| ArtifactId | ArtifactIdsnf4j-websocket |
| Version | Version1.9.0 |
| Type | Typejar |
| Description |
DescriptionSNF4J/WebSocket
The SNF4J module for WebSocket protocol
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| snf4j-websocket-1.9.0.pom | |
| snf4j-websocket-1.9.0.jar | 88 KB |
| snf4j-websocket-1.9.0-sources.jar | 97 KB |
| snf4j-websocket-1.9.0-javadoc.jar | 288 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.snf4j/snf4j-websocket/ -->
<dependency>
<groupId>org.snf4j</groupId>
<artifactId>snf4j-websocket</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.snf4j/snf4j-websocket/
implementation 'org.snf4j:snf4j-websocket:1.9.0'
// https://jarcasting.com/artifacts/org.snf4j/snf4j-websocket/
implementation ("org.snf4j:snf4j-websocket:1.9.0")
'org.snf4j:snf4j-websocket:jar:1.9.0'
<dependency org="org.snf4j" name="snf4j-websocket" rev="1.9.0">
<artifact name="snf4j-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.snf4j', module='snf4j-websocket', version='1.9.0')
)
libraryDependencies += "org.snf4j" % "snf4j-websocket" % "1.9.0"
[org.snf4j/snf4j-websocket "1.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.snf4j : snf4j-core | jar | 1.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.snf4j : snf4j-core | test-jar | 1.9.0 |
| junit : junit | jar | 4.13.1 |