GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdbot-toolkit-base |
Version | Version21.9.0 |
Type | Typejar |
Filename | Size |
---|---|
bot-toolkit-base-21.9.0.pom | |
bot-toolkit-base-21.9.0.jar | 21 KB |
bot-toolkit-base-21.9.0-sources.jar | 4 KB |
bot-toolkit-base-21.9.0-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.tock/bot-toolkit-base/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>bot-toolkit-base</artifactId>
<version>21.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/bot-toolkit-base/
implementation 'ai.tock:bot-toolkit-base:21.9.0'
// https://jarcasting.com/artifacts/ai.tock/bot-toolkit-base/
implementation ("ai.tock:bot-toolkit-base:21.9.0")
'ai.tock:bot-toolkit-base:jar:21.9.0'
<dependency org="ai.tock" name="bot-toolkit-base" rev="21.9.0">
<artifact name="bot-toolkit-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='bot-toolkit-base', version='21.9.0')
)
libraryDependencies += "ai.tock" % "bot-toolkit-base" % "21.9.0"
[ai.tock/bot-toolkit-base "21.9.0"]