MVN

com.github.vhall.android.library : vhallyun-lss

Maven & Gradle

Jul 21, 2023
5 usages
<dependency>
    <groupId>com.github.vhall.android.library</groupId>
    <artifactId>vhallyun-lss</artifactId>
    <version>2.8.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vhall.android.library : vhallyun-lss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.1.1

All Versions

Choose a version of com.github.vhall.android.library : vhallyun-lss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
vhallyun-lss-2.8.1.1
vhallyun-lss-2.8.1
vhallyun-lss-2.8.0
2.7.x
vhallyun-lss-2.7.3
vhallyun-lss-2.7.2.0
vhallyun-lss-2.7.2.1
vhallyun-lss-2.7.2
vhallyun-lss-2.7.1
vhallyun-lss-2.7.0
2.5.x
vhallyun-lss-2.5.4.2
vhallyun-lss-2.5.4.1
vhallyun-lss-2.5.4
vhallyun-lss-2.5.3
vhallyun-lss-2.5.2
vhallyun-lss-2.5.1
vhallyun-lss-2.5.0
2.4.x
vhallyun-lss-2.4.1
vhallyun-lss-2.4.1-beautify.1
vhallyun-lss-2.4.0
2.1.x
vhallyun-lss-2.1.82
vhallyun-lss-2.1.62
vhallyun-lss-2.1.56
vhallyun-lss-2.1.54
vhallyun-lss-2.1.52
vhallyun-lss-2.1.51
vhallyun-lss-2.1.8.2
vhallyun-lss-2.1.8.1
vhallyun-lss-2.1.8
vhallyun-lss-2.1.7
vhallyun-lss-2.1.6
vhallyun-lss-2.1.5
vhallyun-lss-2.1.4

How to add a dependency to Maven

Add the following com.github.vhall.android.library : vhallyun-lss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vhall.android.library</groupId>
    <artifactId>vhallyun-lss</artifactId>
    <version>2.8.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vhall.android.library : vhallyun-lss gradle dependency to your build.gradle file:

implementation 'com.github.vhall.android.library:vhallyun-lss:2.8.1.1'

Gradle Kotlin DSL: Add the following com.github.vhall.android.library : vhallyun-lss gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vhall.android.library:vhallyun-lss:2.8.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vhall.android.library : vhallyun-lss sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vhall.android.library" % "vhallyun-lss" % "2.8.1.1"

Advertisement