MVN

com.market : exposebox-android

Maven & Gradle

Apr 03, 2020

ExposeBox Android SDK · Library for integrating ExposeBox with Android apps

<dependency>
    <groupId>com.market</groupId>
    <artifactId>exposebox-android</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.market : exposebox-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.market : exposebox-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
exposebox-android-1.2.0
1.1.x
exposebox-android-1.1.0
1.0.x
exposebox-android-1.0.0
0.9.x
exposebox-android-0.9.3
exposebox-android-0.9.1
exposebox-android-0.9.0
0.8.x
exposebox-android-0.8.0
0.1.x
exposebox-android-0.1.2
exposebox-android-0.1.1
0.1
exposebox-android-0.1

How to add a dependency to Maven

Add the following com.market : exposebox-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.market</groupId>
    <artifactId>exposebox-android</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.market : exposebox-android gradle dependency to your build.gradle file:

implementation 'com.market:exposebox-android:1.2.0'

Gradle Kotlin DSL: Add the following com.market : exposebox-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.market:exposebox-android:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.market : exposebox-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.market" % "exposebox-android" % "1.2.0"

Advertisement