GroupId | GroupIdcom.alinkeji |
---|---|
ArtifactId | ArtifactIdstarter-bot |
Version | Version1.2.8 |
Type | Typejar |
Filename | Size |
---|---|
starter-bot-1.2.8.pom | |
starter-bot-1.2.8.jar | 111 KB |
starter-bot-1.2.8-sources.jar | 44 KB |
starter-bot-1.2.8-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alinkeji/starter-bot/ -->
<dependency>
<groupId>com.alinkeji</groupId>
<artifactId>starter-bot</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.alinkeji/starter-bot/
implementation 'com.alinkeji:starter-bot:1.2.8'
// https://jarcasting.com/artifacts/com.alinkeji/starter-bot/
implementation ("com.alinkeji:starter-bot:1.2.8")
'com.alinkeji:starter-bot:jar:1.2.8'
<dependency org="com.alinkeji" name="starter-bot" rev="1.2.8">
<artifact name="starter-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alinkeji', module='starter-bot', version='1.2.8')
)
libraryDependencies += "com.alinkeji" % "starter-bot" % "1.2.8"
[com.alinkeji/starter-bot "1.2.8"]