MVN

com.abtasty : flagship-android

Maven & Gradle

Jun 21, 2023
7 stars

flagship-android · Visit https://developers.flagship.io/ to get started with Flagship.

<dependency>
    <groupId>com.abtasty</groupId>
    <artifactId>flagship-android</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2

All Versions

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

Version Vulnerabilities Updated
3.0.x
flagship-android-3.0.5
flagship-android-3.0.4
flagship-android-3.0.2
flagship-android-3.0.1
flagship-android-3.0.0
2.1.x
flagship-android-2.1.1
flagship-android-2.1.0
2.0.x
flagship-android-2.0.3
flagship-android-2.0.2
flagship-android-2.0.1
flagship-android-2.0.0
1.2.x
flagship-android-1.2.3
flagship-android-1.2.2
flagship-android-1.2.1
flagship-android-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.abtasty</groupId>
    <artifactId>flagship-android</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.abtasty:flagship-android:1.2.2'

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

implementation("com.abtasty:flagship-android:1.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.abtasty" % "flagship-android" % "1.2.2"

Advertisement