Download modularbot-core-2.2.0.jar file - Jar m

Jar examples for m:modularbot-core

Description

A java framework based on JDA that helps you create your discord bot.

You can download jar file modularbot-core 2.2.0 in this page.

License

GNU General Public License v3.0

Build File

You can use the following script to add modularbot-core-2.2.0.jar to your project.

<dependency>
   <groupId>com.jesus-crie</groupId>
   <artifactId>modularbot-core</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'com.jesus-crie', name: 'modularbot-core', version: '2.2.0'
libraryDependencies += "com.jesus-crie" % "modularbot-core" % "2.2.0"
<dependency org="com.jesus-crie" name="modularbot-core" rev="2.2.0"/>
@Grapes(@Grab(group='com.jesus-crie', module='modularbot-core', version='2.2.0'))
'com.jesus-crie:modularbot-core:jar:2.2.0'

Download

Click the following link to download the jar file.

modularbot-core-2.2.0-javadoc.jar
modularbot-core-2.2.0-sources.jar
modularbot-core-2.2.0.jar
modularbot-core-2.2.0.pom



Related Tutorials