GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-bot |
Version | Version21.3.5 |
Type | Typejar |
Filename | Size |
---|---|
tock-bot-21.3.5.pom | 7 KB |
tock-bot-21.3.5-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-bot/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-bot</artifactId>
<version>21.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-bot/
implementation 'ai.tock:tock-bot:21.3.5'
// https://jarcasting.com/artifacts/ai.tock/tock-bot/
implementation ("ai.tock:tock-bot:21.3.5")
'ai.tock:tock-bot:jar:21.3.5'
<dependency org="ai.tock" name="tock-bot" rev="21.3.5">
<artifact name="tock-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-bot', version='21.3.5')
)
libraryDependencies += "ai.tock" % "tock-bot" % "21.3.5"
[ai.tock/tock-bot "21.3.5"]