MVN

com.senspark.ee : adjust

Maven & Gradle

Aug 19, 2021
16 stars

adjust · Cross-platform library for Cocos2d-x and Unity

<dependency>
    <groupId>com.senspark.ee</groupId>
    <artifactId>adjust</artifactId>
    <version>2.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.senspark.ee : adjust to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.3

All Versions

Choose a version of com.senspark.ee : adjust to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
adjust-2.10.3
adjust-2.10.2
adjust-2.10.1
adjust-2.10.0
2.9.x
adjust-2.9.2
adjust-2.9.0
2.8.x
adjust-2.8.1
adjust-2.8.0
2.7.x
adjust-2.7.4
adjust-2.7.3
adjust-2.7.2
adjust-2.7.1
adjust-2.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.senspark.ee</groupId>
    <artifactId>adjust</artifactId>
    <version>2.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.senspark.ee : adjust gradle dependency to your build.gradle file:

implementation 'com.senspark.ee:adjust:2.10.3'

Gradle Kotlin DSL: Add the following com.senspark.ee : adjust gradle kotlin dependency to your build.gradle.kts file:

implementation("com.senspark.ee:adjust:2.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.senspark.ee : adjust sbt scala dependency to your build.sbt file:

libraryDependencies += "com.senspark.ee" % "adjust" % "2.10.3"

Advertisement