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