MVN

io.github.bumptechlab : vest-sdk

Maven & Gradle

Aug 17, 2023
15 stars

vest-sdk · This is vest-sdk library

<dependency>
    <groupId>io.github.bumptechlab</groupId>
    <artifactId>vest-sdk</artifactId>
    <version>0.9.8.fix02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bumptechlab : vest-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.8.fix02
  • Latest Beta: 0.9.10-beta9

All Versions

Choose a version of io.github.bumptechlab : vest-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
vest-sdk-0.9.10-beta9
vest-sdk-0.9.10-beta8
vest-sdk-0.9.10-beta7
vest-sdk-0.9.10-beta6
vest-sdk-0.9.10-beta5
vest-sdk-0.9.10-beta4
vest-sdk-0.9.10-beta3
vest-sdk-0.9.10-beta2
vest-sdk-0.9.10-beta1
vest-sdk-0.9.10
vest-sdk-0.9.9
vest-sdk-0.9.8.fix02
vest-sdk-0.9.8.fix01
vest-sdk-0.9.8
vest-sdk-0.9.7
vest-sdk-0.9.6-beta
vest-sdk-0.9.6
vest-sdk-0.9.5.hotfix03
vest-sdk-0.9.5.hotfix02
vest-sdk-0.9.5.hotfix01
vest-sdk-0.9.5.hotfix
vest-sdk-0.9.5
vest-sdk-0.9.4
vest-sdk-0.9.3
vest-sdk-0.9.2
vest-sdk-0.9.1
vest-sdk-0.9.0

How to add a dependency to Maven

Add the following io.github.bumptechlab : vest-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bumptechlab</groupId>
    <artifactId>vest-sdk</artifactId>
    <version>0.9.8.fix02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bumptechlab : vest-sdk gradle dependency to your build.gradle file:

implementation 'io.github.bumptechlab:vest-sdk:0.9.8.fix02'

Gradle Kotlin DSL: Add the following io.github.bumptechlab : vest-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bumptechlab:vest-sdk:0.9.8.fix02")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bumptechlab : vest-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bumptechlab" % "vest-sdk" % "0.9.8.fix02"