GroupId | GroupIdio.github.lab515 |
---|---|
ArtifactId | ArtifactIdtextbot |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
textbot-1.0.8.pom | |
textbot-1.0.8.jar | 63 KB |
textbot-1.0.8-sources.jar | 43 KB |
textbot-1.0.8-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lab515/textbot/ -->
<dependency>
<groupId>io.github.lab515</groupId>
<artifactId>textbot</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lab515/textbot/
implementation 'io.github.lab515:textbot:1.0.8'
// https://jarcasting.com/artifacts/io.github.lab515/textbot/
implementation ("io.github.lab515:textbot:1.0.8")
'io.github.lab515:textbot:jar:1.0.8'
<dependency org="io.github.lab515" name="textbot" rev="1.0.8">
<artifact name="textbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lab515', module='textbot', version='1.0.8')
)
libraryDependencies += "io.github.lab515" % "textbot" % "1.0.8"
[io.github.lab515/textbot "1.0.8"]