MVN

com.jakewharton : activitycompat2

Maven & Gradle

Sep 01, 2012
75 stars

ActivityCompat2

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>activitycompat2</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jakewharton : activitycompat2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.jakewharton : activitycompat2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
activitycompat2-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>activitycompat2</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jakewharton : activitycompat2 gradle dependency to your build.gradle file:

implementation 'com.jakewharton:activitycompat2:1.1.0'

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

implementation("com.jakewharton:activitycompat2:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jakewharton : activitycompat2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jakewharton" % "activitycompat2" % "1.1.0"

Advertisement

Dependencies from Group

Aug 12, 2020
94 usages
25.5k stars
Jun 19, 2013
60 usages
5.7k stars
Aug 13, 2021
5 usages
1.7k stars
Aug 12, 2020
4 usages
25.5k stars
Sep 01, 2012
3 usages

Discover Dependencies