extension-fan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.naver.gfpsdk</groupId>
<artifactId>extension-fan</artifactId>
<version>4.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.naver.gfpsdk</groupId>
<artifactId>extension-fan</artifactId>
<version>4.3.0</version>
<packaging>aar</packaging>
<name>extension-fan</name>
<description>The Naver Ad Manager SDK allows mobile app developers to maximize their monetization in Android apps. </description>
<url>https://github.com/naver/nam-sdk-android</url>
<developers>
<developer>
<id>gfpsdk</id>
<name>GFP SDK Dev Team</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/naver/nam-sdk-android.git</connection>
<developerConnection>scm:git:ssh://git@github.com/naver/nam-sdk-android.git</developerConnection>
<url>https://github.com/naver/nam-sdk-android</url>
</scm>
<licenses>
<license>
<name>Proprietary</name>
<url>https://github.com/naver/nam-sdk-android/blob/main/NAVER-COPYING</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.facebook.android</groupId>
<artifactId>audience-network-sdk</artifactId>
<version>6.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>1.4.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.4.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.naver.gfpsdk</groupId>
<artifactId>gfpsdk-core</artifactId>
<version>4.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>