GroupId | GroupIdcom.github.bjoernpetersen |
---|---|
ArtifactId | ArtifactIdmusicbot-mp3Playback |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-mp3Playback/ -->
<dependency>
<groupId>com.github.bjoernpetersen</groupId>
<artifactId>musicbot-mp3Playback</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-mp3Playback/
implementation 'com.github.bjoernpetersen:musicbot-mp3Playback:0.4.0'
// https://jarcasting.com/artifacts/com.github.bjoernpetersen/musicbot-mp3Playback/
implementation ("com.github.bjoernpetersen:musicbot-mp3Playback:0.4.0")
'com.github.bjoernpetersen:musicbot-mp3Playback:jar:0.4.0'
<dependency org="com.github.bjoernpetersen" name="musicbot-mp3Playback" rev="0.4.0">
<artifact name="musicbot-mp3Playback" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernpetersen', module='musicbot-mp3Playback', version='0.4.0')
)
libraryDependencies += "com.github.bjoernpetersen" % "musicbot-mp3Playback" % "0.4.0"
[com.github.bjoernpetersen/musicbot-mp3Playback "0.4.0"]