MVN

io.github.bumptechlab : vest-core

Maven & Gradle

Aug 17, 2023
15 stars

vest-core · This is vest-core library

<dependency>
    <groupId>io.github.bumptechlab</groupId>
    <artifactId>vest-core</artifactId>
    <version>0.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.10
  • Latest Beta: 0.9.10-beta9

All Versions

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

Version Vulnerabilities Updated
0.9.x
vest-core-0.9.10-beta9
vest-core-0.9.10-beta8
vest-core-0.9.10-beta7
vest-core-0.9.10-beta6
vest-core-0.9.10-beta5
vest-core-0.9.10-beta4
vest-core-0.9.10-beta3
vest-core-0.9.10-beta2
vest-core-0.9.10-beta1
vest-core-0.9.10
vest-core-0.9.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.bumptechlab</groupId>
    <artifactId>vest-core</artifactId>
    <version>0.9.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.bumptechlab:vest-core:0.9.10'

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

implementation("io.github.bumptechlab:vest-core:0.9.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.bumptechlab" % "vest-core" % "0.9.10"