MVN

com.fancydsp : ad-jd

Maven & Gradle

Feb 09, 2023

ad-jd · this is maven central project

<dependency>
    <groupId>com.fancydsp</groupId>
    <artifactId>ad-jd</artifactId>
    <version>2.0.2-r</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fancydsp : ad-jd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2-r

All Versions

Choose a version of com.fancydsp : ad-jd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ad-jd-2.0.2-r

How to add a dependency to Maven

Add the following com.fancydsp : ad-jd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fancydsp</groupId>
    <artifactId>ad-jd</artifactId>
    <version>2.0.2-r</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fancydsp : ad-jd gradle dependency to your build.gradle file:

implementation 'com.fancydsp:ad-jd:2.0.2-r'

Gradle Kotlin DSL: Add the following com.fancydsp : ad-jd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fancydsp:ad-jd:2.0.2-r")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fancydsp : ad-jd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fancydsp" % "ad-jd" % "2.0.2-r"

Advertisement