MVN

com.github.tarsys.android : support

Maven & Gradle

Oct 02, 2018
3 usages

support · Some utilities (i.e. intuitive Authenticator) for android development

<dependency>
    <groupId>com.github.tarsys.android</groupId>
    <artifactId>support</artifactId>
    <version>1.0.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tarsys.android : support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3.9

All Versions

Choose a version of com.github.tarsys.android : support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
support-1.0.3.9
support-1.0.3.8
support-1.0.3.7
support-1.0.3.6
support-1.0.3.5
support-1.0.3.4
support-1.0.3.1
support-1.0.2.9
support-1.0.2.7
support-1.0.2.6
support-1.0.0.9
support-1.0.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tarsys.android</groupId>
    <artifactId>support</artifactId>
    <version>1.0.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tarsys.android : support gradle dependency to your build.gradle file:

implementation 'com.github.tarsys.android:support:1.0.3.9'

Gradle Kotlin DSL: Add the following com.github.tarsys.android : support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tarsys.android:support:1.0.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tarsys.android : support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tarsys.android" % "support" % "1.0.3.9"

Advertisement