Skip to content

Releases: discord-jda/JDA

v1.3.0

27 Feb 17:58
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/188/
or below.

As of this release JDA, we no longer release to Maven Central. Instead we release to Bintray's JCenter which is a super-set of Maven Central.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.3.0_188</version>
</dependency>

<repository>
    <id>jcenter</id>
    <name>jcenter-bintray</name>
    <url>http://jcenter.bintray.com</url>
</repository>

Gradle

dependencies {
    compile 'net.dv8tion:JDA:1.3.0_188'
}

repositories {
    jcenter()
}

v1.2.2

13 Feb 17:09
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/139/
or below.

As of this release JDA requires dependencies that are not on Maven Central. As such, JDA uses external repositories. In the future, Maven users will not need to define this external repositories, however, due to a bug in Gradle, Gradle users will always need to define these repositories.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.2.2_139</version>
</dependency>

<repositories>
    <repository>
        <id>letece</id>
        <url>http://lutece.paris.fr/nexus/content/repositories/lutece_third_party</url>
    </repository>
    <repository>
        <id>DV8FromTheWorld</id>
        <url>https://github.com/DV8FromTheWorld/Maven-Repository/raw/master/repo</url>
    </repository>
</repositories>

Gradle

dependencies {
    compile 'net.dv8tion:JDA:1.2.2_139'
}

repositories {
    mavenCentral()

    maven {
        url "http://lutece.paris.fr/nexus/content/repositories/lutece_third_party/"
    }

    maven {
        url "https://github.com/DV8FromTheWorld/Maven-Repository/raw/master/repo"
    }
}

Maven Central Link: http://search.maven.org/#artifactdetails%7Cnet.dv8tion%7CJDA%7C1.2.2_139%7Cjar

v1.2.1

23 Jan 16:01
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/106/
or below.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.2.1_106</version>
</dependency>

Gradle

compile 'net.dv8tion:JDA:1.2.1_106'

Maven Central Link: http://search.maven.org/#artifactdetails%7Cnet.dv8tion%7CJDA%7C1.2.1_106%7Cjar

v1.2.0

09 Jan 17:54
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/91/
or below.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.2.0_91</version>
</dependency>

Gradle

compile 'net.dv8tion:JDA:1.2.0_91'

Maven Central Link: http://search.maven.org/#artifactdetails%7Cnet.dv8tion%7CJDA%7C1.2.0_91%7Cjar

v1.1.0

03 Jan 05:29
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/57/
or below.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.1.0_57</version>
</dependency>

Gradle

compile 'net.dv8tion:JDA:1.1.0_57'

Maven Central Link: http://search.maven.org/#artifactdetails%7Cnet.dv8tion%7CJDA%7C1.1.0_57%7Cjar

v1.0.2

03 Jan 05:28
Compare
Choose a tag to compare

Downloads for this version are here:
http://home.dv8tion.net:8080/job/JDA%20Legacy/36/

v1.0.1

03 Jan 05:28
Compare
Choose a tag to compare

Downloads for this version are here:
http://home.dv8tion.net:8080/job/JDA%20Legacy/26/

v1.0.0

03 Jan 05:26
Compare
Choose a tag to compare

Downloads for this version are available from the build server:
http://home.dv8tion.net:8080/job/JDA%20Legacy/18/
or below.

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>1.0.0_18</version>
</dependency>

Gradle

compile 'net.dv8tion:JDA:1.0.0_18'

Maven Central Link: http://search.maven.org/#artifactdetails%7Cnet.dv8tion%7CJDA%7C1.0.0_18%7Cjar