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