MVN

com.tagcommander.lib : SDK

Maven & Gradle

Nov 23, 2021
3 stars

SDK · tagcommander android sdk

<dependency>
    <groupId>com.tagcommander.lib</groupId>
    <artifactId>SDK</artifactId>
    <version>4.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagcommander.lib : SDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0

All Versions

Choose a version of com.tagcommander.lib : SDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
SDK-4.6.0
4.5.x
SDK-4.5.1
SDK-4.5.0

How to add a dependency to Maven

Add the following com.tagcommander.lib : SDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tagcommander.lib</groupId>
    <artifactId>SDK</artifactId>
    <version>4.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagcommander.lib : SDK gradle dependency to your build.gradle file:

implementation 'com.tagcommander.lib:SDK:4.6.0'

Gradle Kotlin DSL: Add the following com.tagcommander.lib : SDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tagcommander.lib:SDK:4.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tagcommander.lib : SDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tagcommander.lib" % "SDK" % "4.6.0"

Advertisement