MVN

cloud.filibuster : instrumentation

Maven & Gradle

Aug 27, 2023
15 stars

Filibuster instrumentation for the JVM · Instrumtation for the JVM to enable the Filibuster testing utility.

<dependency>
    <groupId>cloud.filibuster</groupId>
    <artifactId>instrumentation</artifactId>
    <version>2.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.filibuster : instrumentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.10

All Versions

Choose a version of cloud.filibuster : instrumentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
instrumentation-2.1.10
instrumentation-2.1.9
instrumentation-2.1.8
instrumentation-2.1.7
instrumentation-2.1.6
instrumentation-2.1.5
instrumentation-2.1.4
instrumentation-2.1.3
instrumentation-2.1.2
instrumentation-2.1.0
2.0.x
instrumentation-2.0.0
1.9.x
instrumentation-1.9.13
instrumentation-1.9.12
instrumentation-1.9.11
instrumentation-1.9.9
instrumentation-1.9.8
instrumentation-1.9.5
instrumentation-1.9.3
instrumentation-1.9.2
instrumentation-1.9.1
1.7.x
instrumentation-1.7.5
instrumentation-1.7.4
instrumentation-1.7.3
instrumentation-1.7.2
instrumentation-1.7.1
instrumentation-1.7.0
1.6.x
instrumentation-1.6.5
instrumentation-1.6.4
instrumentation-1.6.3
instrumentation-1.6.2
instrumentation-1.6.1
instrumentation-1.6.0
1.5.x
instrumentation-1.5.7
instrumentation-1.5.6
instrumentation-1.5.5
instrumentation-1.5.4
instrumentation-1.5.3
instrumentation-1.5.2
instrumentation-1.5.1
instrumentation-1.5.0
1.4.x
instrumentation-1.4.2
instrumentation-1.4.1
instrumentation-1.4.0
1.3.x
instrumentation-1.3.1
instrumentation-1.3.0
1.2.x
instrumentation-1.2.1
instrumentation-1.2.0
1.1.x
instrumentation-1.1.16
instrumentation-1.1.15
instrumentation-1.1.13
instrumentation-1.1.12
instrumentation-1.1.10
instrumentation-1.1.9
instrumentation-1.1.8
instrumentation-1.1.7
instrumentation-1.1.6
instrumentation-1.1.5
instrumentation-1.1.4
instrumentation-1.1.3
instrumentation-1.1.2
instrumentation-1.1.1
instrumentation-1.1.0
1.0.x
instrumentation-1.0.2
instrumentation-1.0.1
1.00
instrumentation-1.00
0.39
instrumentation-0.39
0.38
instrumentation-0.38
0.37.x
instrumentation-0.37.4
instrumentation-0.37.3
instrumentation-0.37.2
instrumentation-0.37.1
0.37
instrumentation-0.37
0.36
instrumentation-0.36
0.35
instrumentation-0.35

How to add a dependency to Maven

Add the following cloud.filibuster : instrumentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.filibuster</groupId>
    <artifactId>instrumentation</artifactId>
    <version>2.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.filibuster : instrumentation gradle dependency to your build.gradle file:

implementation 'cloud.filibuster:instrumentation:2.1.10'

Gradle Kotlin DSL: Add the following cloud.filibuster : instrumentation gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.filibuster:instrumentation:2.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.filibuster : instrumentation sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.filibuster" % "instrumentation" % "2.1.10"