Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.datathings |
ArtifactId | ArtifactIdgreycat-websocket |
Version | Version1 |
Type | Typejar |
Filename | Size |
---|---|
greycat-websocket-1.pom | |
greycat-websocket-1.jar | 26 KB |
greycat-websocket-1-sources.jar | 10 KB |
greycat-websocket-1-js.zip | 13 KB |
greycat-websocket-1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datathings/greycat-websocket/ -->
<dependency>
<groupId>com.datathings</groupId>
<artifactId>greycat-websocket</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datathings/greycat-websocket/
implementation 'com.datathings:greycat-websocket:1'
// https://jarcasting.com/artifacts/com.datathings/greycat-websocket/
implementation ("com.datathings:greycat-websocket:1")
'com.datathings:greycat-websocket:jar:1'
<dependency org="com.datathings" name="greycat-websocket" rev="1">
<artifact name="greycat-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datathings', module='greycat-websocket', version='1')
)
libraryDependencies += "com.datathings" % "greycat-websocket" % "1"
[com.datathings/greycat-websocket "1"]