MVN

com.taptap.android : common

Maven & Gradle

Apr 02, 2024
17 stars

TapLogin · TapLogin

<dependency>
    <groupId>com.taptap.android</groupId>
    <artifactId>common</artifactId>
    <version>3.28.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.taptap.android : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.28.3

All Versions

Choose a version of com.taptap.android : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.28.x
common-3.28.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.taptap.android</groupId>
    <artifactId>common</artifactId>
    <version>3.28.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.taptap.android : common gradle dependency to your build.gradle file:

implementation 'com.taptap.android:common:3.28.3'

Gradle Kotlin DSL: Add the following com.taptap.android : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.taptap.android:common:3.28.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.taptap.android : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.taptap.android" % "common" % "3.28.3"