Download Discord4J-2.10.1.jar file - Jar d

Jar examples for d:Discord4J

Description

A Java binding for the official Discord API, forked from the inactive https://github.com/nerd/Discord4J. Copyright (c) 2017, Licensed under GNU LGPLv3

You can download jar file Discord4J 2.10.1 in this page.

License

GNU LGPLv3 License

Build File

You can use the following script to add Discord4J-2.10.1.jar to your project.

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

Download

Click the following link to download the jar file.

Discord4J-2.10.1-javadoc.jar
Discord4J-2.10.1-sources.jar
Discord4J-2.10.1.jar
Discord4J-2.10.1.pom



Related Tutorials