GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdwebsocket-resources |
Version | Version0.5.3 |
Type | Typejar |
Filename | Size |
---|---|
websocket-resources-0.5.3.pom | |
websocket-resources-0.5.3.jar | 119 KB |
websocket-resources-0.5.3-sources.jar | 61 KB |
websocket-resources-0.5.3-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispersystems/websocket-resources/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>websocket-resources</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/websocket-resources/
implementation 'org.whispersystems:websocket-resources:0.5.3'
// https://jarcasting.com/artifacts/org.whispersystems/websocket-resources/
implementation ("org.whispersystems:websocket-resources:0.5.3")
'org.whispersystems:websocket-resources:jar:0.5.3'
<dependency org="org.whispersystems" name="websocket-resources" rev="0.5.3">
<artifact name="websocket-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='websocket-resources', version='0.5.3')
)
libraryDependencies += "org.whispersystems" % "websocket-resources" % "0.5.3"
[org.whispersystems/websocket-resources "0.5.3"]