MVN

com.naver.gfpsdk : nam-dt

Maven & Gradle

Jan 20, 1970
8 stars

extension-dt · The Naver Ad Manager SDK allows mobile app developers to maximize their monetization in Android apps.

<dependency>
    <groupId>com.naver.gfpsdk</groupId>
    <artifactId>nam-dt</artifactId>
    <version>6.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.naver.gfpsdk : nam-dt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.0

All Versions

Choose a version of com.naver.gfpsdk : nam-dt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
nam-dt-6.4.0

How to add a dependency to Maven

Add the following com.naver.gfpsdk : nam-dt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.naver.gfpsdk</groupId>
    <artifactId>nam-dt</artifactId>
    <version>6.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.naver.gfpsdk : nam-dt gradle dependency to your build.gradle file:

implementation 'com.naver.gfpsdk:nam-dt:6.4.0'

Gradle Kotlin DSL: Add the following com.naver.gfpsdk : nam-dt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.naver.gfpsdk:nam-dt:6.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.naver.gfpsdk : nam-dt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.naver.gfpsdk" % "nam-dt" % "6.4.0"