MVN

com.gitlab.taucher2003.t2003-utils : tjda

Maven & Gradle

May 13, 2023

T2003-Utils › TJDA · TJDA is part of T2003-Utils and contains all utils related to the JDA

<dependency>
    <groupId>com.gitlab.taucher2003.t2003-utils</groupId>
    <artifactId>tjda</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.taucher2003.t2003-utils : tjda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Beta: 1.1-beta.5
  • Latest Alpha: 1.1-alpha.20

All Versions

Choose a version of com.gitlab.taucher2003.t2003-utils : tjda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
tjda-1.1-beta.5
tjda-1.1-beta.2
tjda-1.1-alpha.20
tjda-1.1-alpha.16
tjda-1.1-alpha.5
1.0
tjda-1.0

How to add a dependency to Maven

Add the following com.gitlab.taucher2003.t2003-utils : tjda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.taucher2003.t2003-utils</groupId>
    <artifactId>tjda</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.taucher2003.t2003-utils : tjda gradle dependency to your build.gradle file:

implementation 'com.gitlab.taucher2003.t2003-utils:tjda:1.0'

Gradle Kotlin DSL: Add the following com.gitlab.taucher2003.t2003-utils : tjda gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.taucher2003.t2003-utils:tjda:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.taucher2003.t2003-utils : tjda sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.taucher2003.t2003-utils" % "tjda" % "1.0"