MVN

com.naver.gfpsdk : nam-fan

Maven & Gradle

Jul 21, 2023
8 stars

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

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

Latest Version

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

  • Latest Stable: 6.1.1
  • Latest Beta: 6.1.1-beta.1

All Versions

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

Version Vulnerabilities Updated
6.1.x
nam-fan-6.1.1
nam-fan-6.1.1-beta.1
nam-fan-6.1.0
6.0.x
nam-fan-6.0.5
nam-fan-6.0.4
nam-fan-6.0.3
nam-fan-6.0.2
nam-fan-6.0.1
nam-fan-6.0.0
5.3.x
nam-fan-5.3.0
5.2.x
nam-fan-5.2.0
5.1.x
nam-fan-5.1.3
nam-fan-5.1.2
nam-fan-5.1.0
5.0.x
nam-fan-5.0.0
4.4.x
nam-fan-4.4.1
nam-fan-4.4.0
4.3.x
nam-fan-4.3.6
nam-fan-4.3.5
nam-fan-4.3.4
nam-fan-4.3.3
nam-fan-4.3.2
nam-fan-4.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.naver.gfpsdk</groupId>
    <artifactId>nam-fan</artifactId>
    <version>6.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.naver.gfpsdk:nam-fan:6.1.1'

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

implementation("com.naver.gfpsdk:nam-fan:6.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.naver.gfpsdk" % "nam-fan" % "6.1.1"

Advertisement