GroupId | GroupIdio.github.lab515 |
---|---|
ArtifactId | ArtifactIdtextbot |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
textbot-1.0.6.pom | |
textbot-1.0.6.jar | 63 KB |
textbot-1.0.6-sources.jar | 43 KB |
textbot-1.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lab515/textbot/
implementation 'io.github.lab515:textbot:1.0.6'
// https://jarcasting.com/artifacts/io.github.lab515/textbot/
implementation ("io.github.lab515:textbot:1.0.6")
'io.github.lab515:textbot:jar:1.0.6'
<dependency org="io.github.lab515" name="textbot" rev="1.0.6">
<artifact name="textbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lab515', module='textbot', version='1.0.6')
)
libraryDependencies += "io.github.lab515" % "textbot" % "1.0.6"
[io.github.lab515/textbot "1.0.6"]