MVN

com.xsdacdn : xsda-fab-sdk

Maven & Gradle

Feb 10, 2022
1 usages

XSDAcdn Android SDK · XSDAcdn Android SDK

<dependency>
    <groupId>com.xsdacdn</groupId>
    <artifactId>xsda-fab-sdk</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xsdacdn : xsda-fab-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3
  • Latest Beta: 1.1.0-beta01
  • Latest Alpha: 1.0.8-alpha01

All Versions

Choose a version of com.xsdacdn : xsda-fab-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xsda-fab-sdk-1.1.3
xsda-fab-sdk-1.1.2
xsda-fab-sdk-1.1.0
xsda-fab-sdk-1.1.0-beta01
1.0.x
xsda-fab-sdk-1.0.8-alpha01
xsda-fab-sdk-1.0.7-alpha02
xsda-fab-sdk-1.0.7-alpha01
xsda-fab-sdk-1.0.6
xsda-fab-sdk-1.0.5
xsda-fab-sdk-1.0.4
xsda-fab-sdk-1.0.0

How to add a dependency to Maven

Add the following com.xsdacdn : xsda-fab-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xsdacdn</groupId>
    <artifactId>xsda-fab-sdk</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xsdacdn : xsda-fab-sdk gradle dependency to your build.gradle file:

implementation 'com.xsdacdn:xsda-fab-sdk:1.1.3'

Gradle Kotlin DSL: Add the following com.xsdacdn : xsda-fab-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xsdacdn:xsda-fab-sdk:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xsdacdn : xsda-fab-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xsdacdn" % "xsda-fab-sdk" % "1.1.3"