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