Download modularbot-core-2.1.1.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.1.1 in this page.

License

GNU General Public License v3.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials