MVN

com.bihe0832.android : lib-data-center

Maven & Gradle

Nov 22, 2022
59 stars

LibDataCenter · Android APP Factory

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>lib-data-center</artifactId>
    <version>5.9.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bihe0832.android : lib-data-center to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.9.16

All Versions

Choose a version of com.bihe0832.android : lib-data-center to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.9.x
lib-data-center-5.9.16
lib-data-center-5.9.15
lib-data-center-5.9.14
lib-data-center-5.9.13
lib-data-center-5.9.11
lib-data-center-5.9.10
lib-data-center-5.9.1
5.8.x
lib-data-center-5.8.0
4.17.x
lib-data-center-4.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>lib-data-center</artifactId>
    <version>5.9.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bihe0832.android : lib-data-center gradle dependency to your build.gradle file:

implementation 'com.bihe0832.android:lib-data-center:5.9.16'

Gradle Kotlin DSL: Add the following com.bihe0832.android : lib-data-center gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bihe0832.android:lib-data-center:5.9.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bihe0832.android : lib-data-center sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bihe0832.android" % "lib-data-center" % "5.9.16"

Advertisement