MVN

com.readonlydev : jdatools

Maven & Gradle

Oct 28, 2022
1 stars

JDATools · A JDA Utility Library

<dependency>
    <groupId>com.readonlydev</groupId>
    <artifactId>jdatools</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.readonlydev : jdatools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.readonlydev : jdatools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jdatools-3.0.2
jdatools-3.0.1
jdatools-3.0.0
2.2.x
jdatools-2.2.2
jdatools-2.2.1
jdatools-2.2.0
2.1.x
jdatools-2.1.4
jdatools-2.1.3
jdatools-2.1.2
jdatools-2.1.1
jdatools-2.1.0
2.0.x
jdatools-2.0.1
jdatools-2.0.0

How to add a dependency to Maven

Add the following com.readonlydev : jdatools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.readonlydev</groupId>
    <artifactId>jdatools</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.readonlydev : jdatools gradle dependency to your build.gradle file:

implementation 'com.readonlydev:jdatools:3.0.2'

Gradle Kotlin DSL: Add the following com.readonlydev : jdatools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.readonlydev:jdatools:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.readonlydev : jdatools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.readonlydev" % "jdatools" % "3.0.2"