MVN

com.fancydsp : ad-gdt

Maven & Gradle

Feb 09, 2023

ad-gdt · this is maven central project

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

Latest Version

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

  • Latest Stable: 2.0.2-r

All Versions

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

Version Vulnerabilities Updated
2.0.x
ad-gdt-2.0.2-r
1.6.x
ad-gdt-1.6.6-r
ad-gdt-1.6.3-r
ad-gdt-1.6.2-r
ad-gdt-1.6.0-support
ad-gdt-1.6.0-r
1.5.x
ad-gdt-1.5.9-support
ad-gdt-1.5.6-support
ad-gdt-1.5.6-r
ad-gdt-1.5.5-support
ad-gdt-1.5.5-r
ad-gdt-1.5.5
ad-gdt-1.5.4
ad-gdt-1.5.2-support
ad-gdt-1.5.2-r
ad-gdt-1.5.1-support
ad-gdt-1.5.1-r
ad-gdt-1.5.1
ad-gdt-1.5.0-support
ad-gdt-1.5.0-r
1.4.x
ad-gdt-1.4.4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement