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