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