Skip to content

Release v1.4 – Interaction & AutoComplete Handlers & some Cleanup

Compare
Choose a tag to compare
@jasonlessenich jasonlessenich released this 27 Apr 18:41
8876ae7

Changes

Full Changelog: v1.3...v1.4

Installation

Maven

Add the JitPack repository to your pom.xml

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the dependency

<dependency> 
    <groupId>com.github.DynxstyGIT</groupId> 
    <artifactId>DIH4JDA</artifactId> 
    <version>1.4</version> 
</dependency>

Gradle

Add the JitPack repository to your build.gradle

repositories { 
    [...]
    maven { url 'https://jitpack.io' } 
}

Add the dependency

dependencies {
    [...]
    implementation 'com.github.DynxstyGIT:DIH4JDA:1.4'
}