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