MVN

com.bihe0832.android : lib-router-compiler

Maven & Gradle

Aug 25, 2022
57 stars

RouterCompiler · Android APP Factory

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>lib-router-compiler</artifactId>
    <version>5.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.7

All Versions

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

Version Vulnerabilities Updated
5.1.x
lib-router-compiler-5.1.7
lib-router-compiler-5.1.6
lib-router-compiler-5.1.5
lib-router-compiler-5.1.2
lib-router-compiler-5.1.1
4.22.x
lib-router-compiler-4.22.22
lib-router-compiler-4.22.21
4.20.x
lib-router-compiler-4.20.32
4.15.x
lib-router-compiler-4.15.0
4.1.x
lib-router-compiler-4.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bihe0832.android</groupId>
    <artifactId>lib-router-compiler</artifactId>
    <version>5.1.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.bihe0832.android:lib-router-compiler:5.1.7'

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

implementation("com.bihe0832.android:lib-router-compiler:5.1.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.bihe0832.android" % "lib-router-compiler" % "5.1.7"

Advertisement