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.
repositories {
mavenCentral()
}
dependencies {
implementation "io.github.realyusufismail:yde:${project.version}"
}
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.realyusufismail:yde:${project.version}")
}
<dependency>
<groupId>io.github.realyusufismail</groupId>
<artifactId>yde</artifactId>
<version>${project.version}</version>
</dependency>