MVN

com.codacy : codacy-test-bench_2.10

Maven & Gradle

Oct 30, 2020

codacy-test-bench · A library to send events on rabbit-mq

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-test-bench_2.10</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codacy : codacy-test-bench_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.codacy : codacy-test-bench_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
codacy-test-bench_2.10-2.1.2
codacy-test-bench_2.10-2.1.2-updatesonatypepublishingtest.4.111859f
codacy-test-bench_2.10-2.1.1
codacy-test-bench_2.10-2.1.0
codacy-test-bench_2.10-2.1.0-fixci.8aa28a9
2.0.x
codacy-test-bench_2.10-2.0.0
1.1.x
codacy-test-bench_2.10-1.1.0
1.0.x
codacy-test-bench_2.10-1.0.1
codacy-test-bench_2.10-1.0.0
0.2.x
codacy-test-bench_2.10-0.2.1
codacy-test-bench_2.10-0.2.0
0.1.x
codacy-test-bench_2.10-0.1.0
0.0.x
codacy-test-bench_2.10-0.0.12
codacy-test-bench_2.10-0.0.11
codacy-test-bench_2.10-0.0.11-excludevpnaddrs.ae37138
codacy-test-bench_2.10-0.0.10
codacy-test-bench_2.10-0.0.9
codacy-test-bench_2.10-0.0.8
codacy-test-bench_2.10-0.0.7
codacy-test-bench_2.10-0.0.6
codacy-test-bench_2.10-0.0.5
codacy-test-bench_2.10-0.0.4
codacy-test-bench_2.10-0.0.3
codacy-test-bench_2.10-0.0.2
codacy-test-bench_2.10-0.0.1

How to add a dependency to Maven

Add the following com.codacy : codacy-test-bench_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-test-bench_2.10</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codacy : codacy-test-bench_2.10 gradle dependency to your build.gradle file:

implementation 'com.codacy:codacy-test-bench_2.10:2.1.2'

Gradle Kotlin DSL: Add the following com.codacy : codacy-test-bench_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codacy:codacy-test-bench_2.10:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codacy : codacy-test-bench_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codacy" % "codacy-test-bench_2.10" % "2.1.2"

Advertisement