MVN

com.github.vhall.android.library : vh-saas-interactive

Maven & Gradle

Jul 21, 2023
<dependency>
    <groupId>com.github.vhall.android.library</groupId>
    <artifactId>vh-saas-interactive</artifactId>
    <version>6.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vhall.android.library : vh-saas-interactive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.17.1

All Versions

Choose a version of com.github.vhall.android.library : vh-saas-interactive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.17.x
vh-saas-interactive-6.17.1
vh-saas-interactive-6.17.0
6.16.x
vh-saas-interactive-6.16.0
6.15.x
vh-saas-interactive-6.15.0
6.14.x
vh-saas-interactive-6.14.0
6.13.x
vh-saas-interactive-6.13.1
vh-saas-interactive-6.13.0
6.12.x
vh-saas-interactive-6.12.0
6.11.x
vh-saas-interactive-6.11.0
6.10.x
vh-saas-interactive-6.10.0
6.9.x
vh-saas-interactive-6.9.0
6.8.x
vh-saas-interactive-6.8.0
6.7.x
vh-saas-interactive-6.7.0
6.6.x
vh-saas-interactive-6.6.0
6.5.x
vh-saas-interactive-6.5.1
vh-saas-interactive-6.5.0
6.4.x
vh-saas-interactive-6.4.1
vh-saas-interactive-6.4.0
6.3.x
vh-saas-interactive-6.3.4
vh-saas-interactive-6.3.3
vh-saas-interactive-6.3.2
vh-saas-interactive-6.3.1
vh-saas-interactive-6.3.0
6.2.x
vh-saas-interactive-6.2.3
vh-saas-interactive-6.2.2
vh-saas-interactive-6.2.1
vh-saas-interactive-6.2.0
6.1.x
vh-saas-interactive-6.1.12
vh-saas-interactive-6.1.3
vh-saas-interactive-6.1.2
vh-saas-interactive-6.1.1
vh-saas-interactive-6.1.0
6.0.x
vh-saas-interactive-6.0.3
vh-saas-interactive-6.0.2
5.0.x
vh-saas-interactive-5.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vhall.android.library</groupId>
    <artifactId>vh-saas-interactive</artifactId>
    <version>6.17.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.vhall.android.library:vh-saas-interactive:6.17.1'

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

implementation("com.github.vhall.android.library:vh-saas-interactive:6.17.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.vhall.android.library" % "vh-saas-interactive" % "6.17.1"