MVN

com.chartboost : helium

Maven & Gradle

Mar 25, 2022
15 usages
4 stars

Helium SDK · Better monetization. Powered by bidding

<dependency>
    <groupId>com.chartboost</groupId>
    <artifactId>helium</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chartboost : helium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of com.chartboost : helium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
helium-2.8.0
2.7.x
helium-2.7.1
helium-2.7.0
2.6.x
helium-2.6.0
2.5.x
helium-2.5.1
helium-2.5.0
2.3.x
helium-2.3.2
helium-2.3.1
2.2.x
helium-2.2.1
helium-2.2.0
2.1.x
helium-2.1.0
2.0.x
helium-2.0.4
helium-2.0.3
helium-2.0.2
helium-2.0.1
helium-2.0.0

How to add a dependency to Maven

Add the following com.chartboost : helium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chartboost</groupId>
    <artifactId>helium</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chartboost : helium gradle dependency to your build.gradle file:

implementation 'com.chartboost:helium:2.8.0'

Gradle Kotlin DSL: Add the following com.chartboost : helium gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chartboost:helium:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chartboost : helium sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chartboost" % "helium" % "2.8.0"

Advertisement