MVN

com.fyber : marketplace-sdk

Maven & Gradle

Apr 04, 2023
4 usages
2 stars

com.fyber:marketplace-sdk · The Fyber marketplace SDK

<dependency>
    <groupId>com.fyber</groupId>
    <artifactId>marketplace-sdk</artifactId>
    <version>8.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fyber : marketplace-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.3

All Versions

Choose a version of com.fyber : marketplace-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
marketplace-sdk-8.2.3
marketplace-sdk-8.2.2
marketplace-sdk-8.2.1
marketplace-sdk-8.2.0
8.1.x
marketplace-sdk-8.1.5
marketplace-sdk-8.1.4
marketplace-sdk-8.1.3
marketplace-sdk-8.1.2
marketplace-sdk-8.1.1
marketplace-sdk-8.1.0
8.0.x
marketplace-sdk-8.0.0

How to add a dependency to Maven

Add the following com.fyber : marketplace-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fyber</groupId>
    <artifactId>marketplace-sdk</artifactId>
    <version>8.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fyber : marketplace-sdk gradle dependency to your build.gradle file:

implementation 'com.fyber:marketplace-sdk:8.2.3'

Gradle Kotlin DSL: Add the following com.fyber : marketplace-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fyber:marketplace-sdk:8.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fyber : marketplace-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fyber" % "marketplace-sdk" % "8.2.3"

Advertisement