MVN

io.github.realyusufismail : yde

Maven & Gradle

Jul 27, 2023
0 stars

YDE · YDE (Yusuf's Discord Entity) contains all the entities that are used in YDWK

<dependency>
    <groupId>io.github.realyusufismail</groupId>
    <artifactId>yde</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.realyusufismail : yde to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.realyusufismail : yde to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
yde-1.1.0
1.0.x
yde-1.0.9
yde-1.0.8
yde-1.0.7
yde-1.0.6
yde-1.0.5
yde-1.0.4
yde-1.0.3
yde-1.0.2
yde-1.0.1
yde-1.0.0

How to add a dependency to Maven

Add the following io.github.realyusufismail : yde maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.realyusufismail</groupId>
    <artifactId>yde</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.realyusufismail : yde gradle dependency to your build.gradle file:

implementation 'io.github.realyusufismail:yde:1.1.0'

Gradle Kotlin DSL: Add the following io.github.realyusufismail : yde gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.realyusufismail:yde:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.realyusufismail : yde sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.realyusufismail" % "yde" % "1.1.0"