MVN

io.vena : bosk-testing

Maven & Gradle

Jul 23, 2023
11 stars

Bosk · Control plane state management library

<dependency>
    <groupId>io.vena</groupId>
    <artifactId>bosk-testing</artifactId>
    <version>0.0.96</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vena : bosk-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.96

All Versions

Choose a version of io.vena : bosk-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
bosk-testing-0.0.96
bosk-testing-0.0.95
bosk-testing-0.0.94
bosk-testing-0.0.93
bosk-testing-0.0.92
bosk-testing-0.0.91
bosk-testing-0.0.90
bosk-testing-0.0.84
bosk-testing-0.0.83
bosk-testing-0.0.82
bosk-testing-0.0.81
bosk-testing-0.0.80
bosk-testing-0.0.79
bosk-testing-0.0.77
bosk-testing-0.0.76
bosk-testing-0.0.75

How to add a dependency to Maven

Add the following io.vena : bosk-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vena</groupId>
    <artifactId>bosk-testing</artifactId>
    <version>0.0.96</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vena : bosk-testing gradle dependency to your build.gradle file:

implementation 'io.vena:bosk-testing:0.0.96'

Gradle Kotlin DSL: Add the following io.vena : bosk-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vena:bosk-testing:0.0.96")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vena : bosk-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vena" % "bosk-testing" % "0.0.96"