MVN

com.github.vhall.android.base : vhall-module-core

Maven & Gradle

Jul 21, 2023
3 usages
<dependency>
    <groupId>com.github.vhall.android.base</groupId>
    <artifactId>vhall-module-core</artifactId>
    <version>2.8.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vhall.android.base : vhall-module-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.1.1

All Versions

Choose a version of com.github.vhall.android.base : vhall-module-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
vhall-module-core-2.8.1.1
vhall-module-core-2.8.1
vhall-module-core-2.8.0
2.7.x
vhall-module-core-2.7.4
vhall-module-core-2.7.3
vhall-module-core-2.7.2.2
vhall-module-core-2.7.2.0
vhall-module-core-2.7.2-nonssl
vhall-module-core-2.7.2
vhall-module-core-2.7.1
vhall-module-core-2.7.0
2.6.x
vhall-module-core-2.6.3.2
vhall-module-core-2.6.3.1
vhall-module-core-2.6.3
vhall-module-core-2.6.2
vhall-module-core-2.6.1
vhall-module-core-2.6.0
2.5.x
vhall-module-core-2.5.4
vhall-module-core-2.5.3
vhall-module-core-2.5.2.4
vhall-module-core-2.5.2.3
vhall-module-core-2.5.2.2
vhall-module-core-2.5.2.1
vhall-module-core-2.5.2
vhall-module-core-2.5.1
vhall-module-core-2.5.0
2.4.x
vhall-module-core-2.4.55
vhall-module-core-2.4.54
vhall-module-core-2.4.52
vhall-module-core-2.4.22
vhall-module-core-2.4.6
vhall-module-core-2.4.5
vhall-module-core-2.4.4
vhall-module-core-2.4.3
vhall-module-core-2.4.2
2.3.x
vhall-module-core-2.3.82
vhall-module-core-2.3.81
vhall-module-core-2.3.31
vhall-module-core-2.3.8
vhall-module-core-2.3.7
vhall-module-core-2.3.6
vhall-module-core-2.3.5
vhall-module-core-2.3.4
vhall-module-core-2.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vhall.android.base</groupId>
    <artifactId>vhall-module-core</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.base : vhall-module-core gradle dependency to your build.gradle file:

implementation 'com.github.vhall.android.base:vhall-module-core:2.8.1.1'

Gradle Kotlin DSL: Add the following com.github.vhall.android.base : vhall-module-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vhall.android.base:vhall-module-core:2.8.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vhall.android.base : vhall-module-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vhall.android.base" % "vhall-module-core" % "2.8.1.1"