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