GroupId | GroupIdcom.github.bjoernpetersen |
---|---|
ArtifactId | ArtifactIdmusicbot |
Version | Version0.22.0 |
Type | Typejar |
Filename | Size |
---|---|
musicbot-0.22.0.pom | |
musicbot-0.22.0.jar | 429 KB |
musicbot-0.22.0-sources.jar | 60 KB |
musicbot-0.22.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot/ -->
<dependency>
<groupId>com.github.bjoernpetersen</groupId>
<artifactId>musicbot</artifactId>
<version>0.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot/
implementation 'com.github.bjoernpetersen:musicbot:0.22.0'
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot/
implementation ("com.github.bjoernpetersen:musicbot:0.22.0")
'com.github.bjoernpetersen:musicbot:jar:0.22.0'
<dependency org="com.github.bjoernpetersen" name="musicbot" rev="0.22.0">
<artifact name="musicbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernpetersen', module='musicbot', version='0.22.0')
)
libraryDependencies += "com.github.bjoernpetersen" % "musicbot" % "0.22.0"
[com.github.bjoernpetersen/musicbot "0.22.0"]