Download musicbot-0.1.0.jar file - Jar m

Jar examples for m:musicbot

Description

Core library of JMusicBot, which plays music from various providers.

You can download jar file musicbot 0.1.0 in this page.

License

MIT License

Build File

You can use the following script to add musicbot-0.1.0.jar to your project.

<dependency>
   <groupId>com.github.bjoernpetersen</groupId>
   <artifactId>musicbot</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.github.bjoernpetersen', name: 'musicbot', version: '0.1.0'
libraryDependencies += "com.github.bjoernpetersen" % "musicbot" % "0.1.0"
<dependency org="com.github.bjoernpetersen" name="musicbot" rev="0.1.0"/>
@Grapes(@Grab(group='com.github.bjoernpetersen', module='musicbot', version='0.1.0'))
'com.github.bjoernpetersen:musicbot:jar:0.1.0'

Download

Click the following link to download the jar file.

musicbot-0.1.0-javadoc.jar
musicbot-0.1.0-sources.jar
musicbot-0.1.0.jar
musicbot-0.1.0.pom



Related Tutorials