MVN

com.azerion : bluestack-sdk-core

Maven & Gradle

Aug 09, 2023

bluestack-sdk-core · BlueStack SDK is a library that allow you to handle Ads servers with the easy way.

<dependency>
    <groupId>com.azerion</groupId>
    <artifactId>bluestack-sdk-core</artifactId>
    <version>4.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azerion : bluestack-sdk-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.9

All Versions

Choose a version of com.azerion : bluestack-sdk-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
bluestack-sdk-core-4.2.9
bluestack-sdk-core-4.2.8
bluestack-sdk-core-4.2.7
bluestack-sdk-core-4.2.6
bluestack-sdk-core-4.2.5
bluestack-sdk-core-4.2.4
bluestack-sdk-core-4.2.3
bluestack-sdk-core-4.2.2
bluestack-sdk-core-4.2.1
bluestack-sdk-core-4.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azerion</groupId>
    <artifactId>bluestack-sdk-core</artifactId>
    <version>4.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azerion : bluestack-sdk-core gradle dependency to your build.gradle file:

implementation 'com.azerion:bluestack-sdk-core:4.2.9'

Gradle Kotlin DSL: Add the following com.azerion : bluestack-sdk-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azerion:bluestack-sdk-core:4.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azerion : bluestack-sdk-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azerion" % "bluestack-sdk-core" % "4.2.9"