MVN

com.codacy : codacy-git_2.11

Maven & Gradle

May 11, 2022

codacy-git · A library to interact with the git binary

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-git_2.11</artifactId>
    <version>7.10.0_play_2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codacy : codacy-git_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.10.0_play_2.6

All Versions

Choose a version of com.codacy : codacy-git_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.10.x
codacy-git_2.11-7.10.0_play_2.7
codacy-git_2.11-7.10.0_play_2.6
7.9.x
codacy-git_2.11-7.9.5_play_2.7
codacy-git_2.11-7.9.4_play_2.7
codacy-git_2.11-7.9.3_play_2.7
codacy-git_2.11-7.9.1_play_2.7
codacy-git_2.11-7.9.0_play_2.7
codacy-git_2.11-7.9.5_play_2.6
codacy-git_2.11-7.9.4_play_2.6
codacy-git_2.11-7.9.3_play_2.6
codacy-git_2.11-7.9.1_play_2.6
codacy-git_2.11-7.9.0_play_2.6
codacy-git_2.11-7.9.1-testpublish.2.cc4b6d3_play_2.7
codacy-git_2.11-7.9.1-testpublish.2.cc4b6d3_play_2.6
7.8.x
codacy-git_2.11-7.8.3_play_2.7
codacy-git_2.11-7.8.2_play_2.7
codacy-git_2.11-7.8.1_play_2.7
codacy-git_2.11-7.8.0_play_2.7
codacy-git_2.11-7.8.3_play_2.6
codacy-git_2.11-7.8.2_play_2.6
codacy-git_2.11-7.8.1_play_2.6
codacy-git_2.11-7.8.0_play_2.6
codacy-git_2.11-7.8.0_play_2.5
codacy-git_2.11-7.8.0
7.7.x
codacy-git_2.11-7.7.0_play_2.7
codacy-git_2.11-7.7.0_play_2.6
codacy-git_2.11-7.7.0_play_2.5
codacy-git_2.11-7.7.0
7.6.x
codacy-git_2.11-7.6.0_play_2.7
codacy-git_2.11-7.6.0_play_2.6
codacy-git_2.11-7.6.0_play_2.5
codacy-git_2.11-7.6.0
codacy-git_2.11-7.6.0-crosscompilescala212.2.206f1b4_play_2.7
codacy-git_2.11-7.6.0-crosscompilescala212.2.206f1b4_play_2.6
codacy-git_2.11-7.6.0-crosscompilescala212.2.206f1b4_play_2.5
codacy-git_2.11-7.6.0-crosscompilescala212.2.206f1b4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>codacy-git_2.11</artifactId>
    <version>7.10.0_play_2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codacy : codacy-git_2.11 gradle dependency to your build.gradle file:

implementation 'com.codacy:codacy-git_2.11:7.10.0_play_2.6'

Gradle Kotlin DSL: Add the following com.codacy : codacy-git_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codacy:codacy-git_2.11:7.10.0_play_2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codacy : codacy-git_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codacy" % "codacy-git_2.11" % "7.10.0_play_2.6"

Advertisement