GroupId | GroupIdorg.whispersystems |
---|---|
ArtifactId | ArtifactIdwebsocket-resources |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
websocket-resources-0.5.7.pom | |
websocket-resources-0.5.7.jar | 121 KB |
websocket-resources-0.5.7-sources.jar | 62 KB |
websocket-resources-0.5.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/websocket-resources/
implementation 'org.whispersystems:websocket-resources:0.5.7'
// https://jarcasting.com/artifacts/org.whispersystems/websocket-resources/
implementation ("org.whispersystems:websocket-resources:0.5.7")
'org.whispersystems:websocket-resources:jar:0.5.7'
<dependency org="org.whispersystems" name="websocket-resources" rev="0.5.7">
<artifact name="websocket-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='websocket-resources', version='0.5.7')
)
libraryDependencies += "org.whispersystems" % "websocket-resources" % "0.5.7"
[org.whispersystems/websocket-resources "0.5.7"]