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