MVN

com.codacy : codacy-plugins-tools-list_2.13

Maven & Gradle

Jun 16, 2021
2 usages

codacy-plugins-tools-list · A library for managing and running Codacy tools

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-plugins-tools-list_2.13</artifactId>
    <version>23.4.5_play_2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codacy : codacy-plugins-tools-list_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.4.5_play_2.7

All Versions

Choose a version of com.codacy : codacy-plugins-tools-list_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.4.x
codacy-plugins-tools-list_2.13-23.4.5_play_2.7
codacy-plugins-tools-list_2.13-23.4.4_play_2.7
codacy-plugins-tools-list_2.13-23.4.3_play_2.7
codacy-plugins-tools-list_2.13-23.4.2_play_2.7
codacy-plugins-tools-list_2.13-23.4.1_play_2.7
codacy-plugins-tools-list_2.13-23.4.0_play_2.7
23.3.x
codacy-plugins-tools-list_2.13-23.3.1_play_2.7
codacy-plugins-tools-list_2.13-23.3.0_play_2.7
23.2.x
codacy-plugins-tools-list_2.13-23.2.10_play_2.7
codacy-plugins-tools-list_2.13-23.2.9_play_2.7
codacy-plugins-tools-list_2.13-23.2.8_play_2.7
codacy-plugins-tools-list_2.13-23.2.7_play_2.7
codacy-plugins-tools-list_2.13-23.2.6_play_2.7
codacy-plugins-tools-list_2.13-23.2.5_play_2.7
codacy-plugins-tools-list_2.13-23.2.4_play_2.7
codacy-plugins-tools-list_2.13-23.2.3_play_2.7
codacy-plugins-tools-list_2.13-23.2.2_play_2.7
codacy-plugins-tools-list_2.13-23.2.1_play_2.7
codacy-plugins-tools-list_2.13-23.2.0_play_2.7
23.1.x
codacy-plugins-tools-list_2.13-23.1.2_play_2.7
codacy-plugins-tools-list_2.13-23.1.1_play_2.7
codacy-plugins-tools-list_2.13-23.1.0_play_2.7

How to add a dependency to Maven

Add the following com.codacy : codacy-plugins-tools-list_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-plugins-tools-list_2.13</artifactId>
    <version>23.4.5_play_2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codacy : codacy-plugins-tools-list_2.13 gradle dependency to your build.gradle file:

implementation 'com.codacy:codacy-plugins-tools-list_2.13:23.4.5_play_2.7'

Gradle Kotlin DSL: Add the following com.codacy : codacy-plugins-tools-list_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codacy:codacy-plugins-tools-list_2.13:23.4.5_play_2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codacy : codacy-plugins-tools-list_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codacy" % "codacy-plugins-tools-list_2.13" % "23.4.5_play_2.7"