MVN

com.bihe0832.android : common-wrapper-tbs

Maven & Gradle

Aug 25, 2023
59 stars

CommonTBSWrapper · Android APP Factory

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>common-wrapper-tbs</artifactId>
    <version>6.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.3.10

All Versions

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

Version Vulnerabilities Updated
6.3.x
common-wrapper-tbs-6.3.10
common-wrapper-tbs-6.3.9
common-wrapper-tbs-6.3.8
common-wrapper-tbs-6.3.3
common-wrapper-tbs-6.3.2
common-wrapper-tbs-6.3.1
6.2.x
common-wrapper-tbs-6.2.3
common-wrapper-tbs-6.2.2
common-wrapper-tbs-6.2.0
6.1.x
common-wrapper-tbs-6.1.14
common-wrapper-tbs-6.1.13
common-wrapper-tbs-6.1.12
common-wrapper-tbs-6.1.11
common-wrapper-tbs-6.1.10
common-wrapper-tbs-6.1.9
common-wrapper-tbs-6.1.8
common-wrapper-tbs-6.1.7
common-wrapper-tbs-6.1.6
common-wrapper-tbs-6.1.5
common-wrapper-tbs-6.1.4
common-wrapper-tbs-6.1.0
6.0.x
common-wrapper-tbs-6.0.5
common-wrapper-tbs-6.0.2
common-wrapper-tbs-6.0.1
5.18.x
common-wrapper-tbs-5.18.6
common-wrapper-tbs-5.18.5
common-wrapper-tbs-5.18.2
common-wrapper-tbs-5.18.0
5.17.x
common-wrapper-tbs-5.17.0
5.16.x
common-wrapper-tbs-5.16.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>common-wrapper-tbs</artifactId>
    <version>6.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bihe0832.android : common-wrapper-tbs gradle dependency to your build.gradle file:

implementation 'com.bihe0832.android:common-wrapper-tbs:6.3.10'

Gradle Kotlin DSL: Add the following com.bihe0832.android : common-wrapper-tbs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bihe0832.android:common-wrapper-tbs:6.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bihe0832.android : common-wrapper-tbs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bihe0832.android" % "common-wrapper-tbs" % "6.3.10"

Advertisement