MVN

com.bihe0832.android : lib-data-repository

Maven & Gradle

Mar 20, 2023
59 stars

LibDataRepository · Android APP Factory

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

Latest Version

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

  • Latest Stable: 5.11.9

All Versions

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

Version Vulnerabilities Updated
5.11.x
lib-data-repository-5.11.9
lib-data-repository-5.11.5
5.10.x
lib-data-repository-5.10.35
lib-data-repository-5.10.2
lib-data-repository-5.10.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>lib-data-repository</artifactId>
    <version>5.11.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bihe0832.android:lib-data-repository:5.11.9'

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

implementation("com.bihe0832.android:lib-data-repository:5.11.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bihe0832.android" % "lib-data-repository" % "5.11.9"