MVN

com.contentsquare.android : library

Maven & Gradle

Jul 19, 2023

ContentSquare Android SDK · ContentSquareAndroid SDK

<dependency>
    <groupId>com.contentsquare.android</groupId>
    <artifactId>library</artifactId>
    <version>4.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.20.0

All Versions

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

Version Vulnerabilities Updated
4.20.x
library-4.20.0
4.19.x
library-4.19.0
4.18.x
library-4.18.2
library-4.18.1
library-4.18.0
4.17.x
library-4.17.0
4.16.x
library-4.16.0
4.15.x
library-4.15.0
4.14.x
library-4.14.0
4.13.x
library-4.13.1
library-4.13.0
4.12.x
library-4.12.0
4.11.x
library-4.11.0
4.10.x
library-4.10.0
4.9.x
library-4.9.0
4.8.x
library-4.8.0
4.7.x
library-4.7.0
4.6.x
library-4.6.0
4.5.x
library-4.5.0
4.4.x
library-4.4.0
4.3.x
library-4.3.0
4.2.x
library-4.2.1
library-4.2.0
4.1.x
library-4.1.0
4.0.x
library-4.0.0
3.2.x
library-3.2.0
3.1.x
library-3.1.0
3.0.x
library-3.0.0
2.3.x
library-2.3.1
library-2.3.0
2.2.x
library-2.2.1
2.2
library-2.2
2.1.x
library-2.1.3
2.0.x
library-2.0.1
1.6.x
library-1.6.3
library-1.6.2
library-1.6.1
1.6
library-1.6
1.5.x
library-1.5.1
1.5
library-1.5
1.4
library-1.4
1.3.x
library-1.3.1
1.3
library-1.3
1.2
library-1.2
1.1
library-1.1
1.0.x
library-1.0.4
library-1.0.3
library-1.0.2
library-1.0.1
library-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.contentsquare.android</groupId>
    <artifactId>library</artifactId>
    <version>4.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.contentsquare.android : library gradle dependency to your build.gradle file:

implementation 'com.contentsquare.android:library:4.20.0'

Gradle Kotlin DSL: Add the following com.contentsquare.android : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.contentsquare.android:library:4.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.contentsquare.android : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.contentsquare.android" % "library" % "4.20.0"

Advertisement