Skip to content

YDWK/YDE

Repository files navigation

License: Apache 2.0 Kotlin codecov yde

YDE

YDE contains most of if not all of the discord entitles which are used in ydwk and these discord entities try as much as possible to adhere to the way discord has some but have some minor changes here and there such as with some minor changes to name or where some variables are located in some files but these changes do not make it significantly different.

📦 Installation

Grovy DLS gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.realyusufismail:yde:${project.version}"
}

Kotlin DLS gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("io.github.realyusufismail:yde:${project.version}")
}

Maven

<dependency>
    <groupId>io.github.realyusufismail</groupId>
    <artifactId>yde</artifactId>
    <version>${project.version}</version>
</dependency>