MVN

io.github.DrantDev : drant

Maven & Gradle

Sep 29, 2022
0 stars

DrantSDK · A Doctor SDK for Drant

<dependency>
    <groupId>io.github.DrantDev</groupId>
    <artifactId>drant</artifactId>
    <version>3.1.6.09291830</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.6.09291830

All Versions

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

Version Vulnerabilities Updated
3.1.x
drant-3.1.6.09291830
drant-3.1.6.09291823
drant-3.1.6.09291728
drant-3.1.6.09281809
drant-3.1.6.05101252
drant-3.1.6.05092018
drant-3.1.6.05091832
drant-3.1.6.05091729
drant-3.1.6.01041505
drant-3.1.6.12220952
drant-3.1.6.12211743
drant-3.1.6.12211633
drant-3.1.6.12171930
drant-3.1.6.12171429

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.DrantDev</groupId>
    <artifactId>drant</artifactId>
    <version>3.1.6.09291830</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.DrantDev:drant:3.1.6.09291830'

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

implementation("io.github.DrantDev:drant:3.1.6.09291830")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.DrantDev" % "drant" % "3.1.6.09291830"

Advertisement