GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-bot-api-websocket |
Version | Version19.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-bot-api-websocket/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-bot-api-websocket</artifactId>
<version>19.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-bot-api-websocket/
implementation 'ai.tock:tock-bot-api-websocket:19.9.0'
// https://jarcasting.com/artifacts/ai.tock/tock-bot-api-websocket/
implementation ("ai.tock:tock-bot-api-websocket:19.9.0")
'ai.tock:tock-bot-api-websocket:jar:19.9.0'
<dependency org="ai.tock" name="tock-bot-api-websocket" rev="19.9.0">
<artifact name="tock-bot-api-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-bot-api-websocket', version='19.9.0')
)
libraryDependencies += "ai.tock" % "tock-bot-api-websocket" % "19.9.0"
[ai.tock/tock-bot-api-websocket "19.9.0"]