MVN

com.github.sljjyy : tzapi4android

Maven & Gradle

Oct 24, 2017
5 stars

TZAPIForAndroid · com.github.sljjyy

<dependency>
    <groupId>com.github.sljjyy</groupId>
    <artifactId>tzapi4android</artifactId>
    <version>1.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sljjyy : tzapi4android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.6
  • Latest Beta: 1.2-beta

All Versions

Choose a version of com.github.sljjyy : tzapi4android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
tzapi4android-1.7.6
tzapi4android-1.7.5
tzapi4android-1.7.4
tzapi4android-1.7.1
1.6.x
tzapi4android-1.6.8
tzapi4android-1.6.7
tzapi4android-1.6.6
tzapi4android-1.6.3
tzapi4android-1.6.2
tzapi4android-1.6.1
1.5.x
tzapi4android-1.5.4
1.2
tzapi4android-1.2-beta
1.1
tzapi4android-1.1-beta
1.0
tzapi4android-1.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sljjyy</groupId>
    <artifactId>tzapi4android</artifactId>
    <version>1.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sljjyy : tzapi4android gradle dependency to your build.gradle file:

implementation 'com.github.sljjyy:tzapi4android:1.7.6'

Gradle Kotlin DSL: Add the following com.github.sljjyy : tzapi4android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sljjyy:tzapi4android:1.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sljjyy : tzapi4android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sljjyy" % "tzapi4android" % "1.7.6"

Advertisement