MVN

com.tenkiv.tekdaqc.android : android-library

Maven & Gradle

Jun 29, 2016
0 stars

Tekdaqc Android Library · An Android library project wrapper of the Tekdaqc Java library.

<dependency>
    <groupId>com.tenkiv.tekdaqc.android</groupId>
    <artifactId>android-library</artifactId>
    <version>2.1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tenkiv.tekdaqc.android : android-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2.3

All Versions

Choose a version of com.tenkiv.tekdaqc.android : android-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
android-library-2.1.2.3
android-library-2.1.2.2
android-library-2.1.2.0
android-library-2.1.0.0
2.0.x
android-library-2.0.0.0
1.1.x
android-library-1.1.2.8
android-library-1.1.2.7
android-library-1.1.2.5
android-library-1.1.2.4
android-library-1.1.2.3
android-library-1.1.2.2
android-library-1.1.2.1
android-library-1.1.2.0
android-library-1.1.1.0
android-library-1.1.0.0
1.0.x
android-library-1.0.0.1
android-library-1.0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tenkiv.tekdaqc.android</groupId>
    <artifactId>android-library</artifactId>
    <version>2.1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tenkiv.tekdaqc.android : android-library gradle dependency to your build.gradle file:

implementation 'com.tenkiv.tekdaqc.android:android-library:2.1.2.3'

Gradle Kotlin DSL: Add the following com.tenkiv.tekdaqc.android : android-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tenkiv.tekdaqc.android:android-library:2.1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tenkiv.tekdaqc.android : android-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tenkiv.tekdaqc.android" % "android-library" % "2.1.2.3"

Advertisement