MVN

com.tradplusad : appic-ads

Maven & Gradle

Jun 14, 2023

appic-ads · appic-ads

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>appic-ads</artifactId>
    <version>5.0.11.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tradplusad : appic-ads to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.11.38

All Versions

Choose a version of com.tradplusad : appic-ads to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
appic-ads-5.0.11.38
appic-ads-5.0.9.14
appic-ads-5.0.7.8
4.5.x
appic-ads-4.5.7.4
appic-ads-4.5.7.0

How to add a dependency to Maven

Add the following com.tradplusad : appic-ads maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>appic-ads</artifactId>
    <version>5.0.11.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tradplusad : appic-ads gradle dependency to your build.gradle file:

implementation 'com.tradplusad:appic-ads:5.0.11.38'

Gradle Kotlin DSL: Add the following com.tradplusad : appic-ads gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tradplusad:appic-ads:5.0.11.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tradplusad : appic-ads sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tradplusad" % "appic-ads" % "5.0.11.38"

Advertisement