Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aceevo.ursus |
ArtifactId | ArtifactIdursus-example-websocket-client |
Version | Version0.2.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-websocket-client/ -->
<dependency>
<groupId>com.aceevo.ursus</groupId>
<artifactId>ursus-example-websocket-client</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-websocket-client/
implementation 'com.aceevo.ursus:ursus-example-websocket-client:0.2.9'
// https://jarcasting.com/artifacts/com.aceevo.ursus/ursus-example-websocket-client/
implementation ("com.aceevo.ursus:ursus-example-websocket-client:0.2.9")
'com.aceevo.ursus:ursus-example-websocket-client:jar:0.2.9'
<dependency org="com.aceevo.ursus" name="ursus-example-websocket-client" rev="0.2.9">
<artifact name="ursus-example-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceevo.ursus', module='ursus-example-websocket-client', version='0.2.9')
)
libraryDependencies += "com.aceevo.ursus" % "ursus-example-websocket-client" % "0.2.9"
[com.aceevo.ursus/ursus-example-websocket-client "0.2.9"]