MVN

io.aicactus : adsnetwork

Maven & Gradle

Mar 31, 2022

AICactus AdsNetwork · AICactus AdsNetwork SDK

<dependency>
    <groupId>io.aicactus</groupId>
    <artifactId>adsnetwork</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.aicactus : adsnetwork to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6
  • Latest Alpha: 1.1.0-alpha02

All Versions

Choose a version of io.aicactus : adsnetwork to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
adsnetwork-1.1.0-alpha02
adsnetwork-1.1.0-alpha01
1.0.x
adsnetwork-1.0.6
adsnetwork-1.0.5
adsnetwork-1.0.4
adsnetwork-1.0.3
adsnetwork-1.0.2
adsnetwork-1.0.1
adsnetwork-1.0.1-alpha02
adsnetwork-1.0.1-alpha01
adsnetwork-1.0.0-alpha
adsnetwork-1.0.0

How to add a dependency to Maven

Add the following io.aicactus : adsnetwork maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.aicactus</groupId>
    <artifactId>adsnetwork</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.aicactus : adsnetwork gradle dependency to your build.gradle file:

implementation 'io.aicactus:adsnetwork:1.0.6'

Gradle Kotlin DSL: Add the following io.aicactus : adsnetwork gradle kotlin dependency to your build.gradle.kts file:

implementation("io.aicactus:adsnetwork:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.aicactus : adsnetwork sbt scala dependency to your build.sbt file:

libraryDependencies += "io.aicactus" % "adsnetwork" % "1.0.6"

Advertisement