MVN

com.myadsget : incentive-sdk

Maven & Gradle

Mar 18, 2022
2 stars

incentive-sdk · S Audience Network Extend SDK

<dependency>
    <groupId>com.myadsget</groupId>
    <artifactId>incentive-sdk</artifactId>
    <version>1.1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.0.7
  • Latest Beta: 1.0.0.3-beta

All Versions

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

Version Vulnerabilities Updated
1.1.x
incentive-sdk-1.1.0.7
incentive-sdk-1.1.0.6
incentive-sdk-1.1.0.5
incentive-sdk-1.1.0.4
incentive-sdk-1.1.0.3
incentive-sdk-1.1.0.2
incentive-sdk-1.1.0.1
incentive-sdk-1.1.0.0
1.0.x
incentive-sdk-1.0.0.6
incentive-sdk-1.0.0.5
incentive-sdk-1.0.0.4
incentive-sdk-1.0.0.3-beta
incentive-sdk-1.0.0.3
incentive-sdk-1.0.0.1
incentive-sdk-1.0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.myadsget</groupId>
    <artifactId>incentive-sdk</artifactId>
    <version>1.1.0.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.myadsget:incentive-sdk:1.1.0.7'

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

implementation("com.myadsget:incentive-sdk:1.1.0.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.myadsget" % "incentive-sdk" % "1.1.0.7"