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