MVN

com.gitlab.cdc-java.perfs : cdc-perfs-instrument

Maven & Gradle

Jul 15, 2023
3 usages

CDC - Perfs Instrument

<dependency>
    <groupId>com.gitlab.cdc-java.perfs</groupId>
    <artifactId>cdc-perfs-instrument</artifactId>
    <version>0.20.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.cdc-java.perfs : cdc-perfs-instrument to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.13

All Versions

Choose a version of com.gitlab.cdc-java.perfs : cdc-perfs-instrument to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
cdc-perfs-instrument-0.20.13
cdc-perfs-instrument-0.20.12
cdc-perfs-instrument-0.20.11
cdc-perfs-instrument-0.20.10
cdc-perfs-instrument-0.20.9
cdc-perfs-instrument-0.20.8
cdc-perfs-instrument-0.20.7
cdc-perfs-instrument-0.20.6
cdc-perfs-instrument-0.20.5
cdc-perfs-instrument-0.20.4
cdc-perfs-instrument-0.20.3
cdc-perfs-instrument-0.20.2
cdc-perfs-instrument-0.20.1
cdc-perfs-instrument-0.20.0
0.11.x
cdc-perfs-instrument-0.11.3
cdc-perfs-instrument-0.11.2
cdc-perfs-instrument-0.11.1
cdc-perfs-instrument-0.11.0
0.10.x
cdc-perfs-instrument-0.10.3
cdc-perfs-instrument-0.10.2
cdc-perfs-instrument-0.10.1
cdc-perfs-instrument-0.10.0
0.9.x
cdc-perfs-instrument-0.9.0
0.8.x
cdc-perfs-instrument-0.8.0
0.7.x
cdc-perfs-instrument-0.7.0
0.6.x
cdc-perfs-instrument-0.6.0
0.5.x
cdc-perfs-instrument-0.5.0
0.4.x
cdc-perfs-instrument-0.4.0
0.3.x
cdc-perfs-instrument-0.3.0
0.2.x
cdc-perfs-instrument-0.2.0
0.1.x
cdc-perfs-instrument-0.1.1
cdc-perfs-instrument-0.1.0
0.0.x
cdc-perfs-instrument-0.0.22
cdc-perfs-instrument-0.0.21
cdc-perfs-instrument-0.0.20
cdc-perfs-instrument-0.0.19
cdc-perfs-instrument-0.0.18
cdc-perfs-instrument-0.0.17
cdc-perfs-instrument-0.0.16
cdc-perfs-instrument-0.0.15
cdc-perfs-instrument-0.0.14
cdc-perfs-instrument-0.0.13
cdc-perfs-instrument-0.0.12
cdc-perfs-instrument-0.0.11.4
cdc-perfs-instrument-0.0.11.3
cdc-perfs-instrument-0.0.11.2
cdc-perfs-instrument-0.0.11
cdc-perfs-instrument-0.0.10
cdc-perfs-instrument-0.0.9
cdc-perfs-instrument-0.0.8

How to add a dependency to Maven

Add the following com.gitlab.cdc-java.perfs : cdc-perfs-instrument maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.cdc-java.perfs</groupId>
    <artifactId>cdc-perfs-instrument</artifactId>
    <version>0.20.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.cdc-java.perfs : cdc-perfs-instrument gradle dependency to your build.gradle file:

implementation 'com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.20.13'

Gradle Kotlin DSL: Add the following com.gitlab.cdc-java.perfs : cdc-perfs-instrument gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.cdc-java.perfs:cdc-perfs-instrument:0.20.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.cdc-java.perfs : cdc-perfs-instrument sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.cdc-java.perfs" % "cdc-perfs-instrument" % "0.20.13"