MVN

com.codacy : foundation-deprecated-config_2.11

Maven & Gradle

Aug 20, 2019
1 usages

foundation-deprecated-config · A modular library with helpers for the Codacy infrastructure

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>foundation-deprecated-config_2.11</artifactId>
    <version>9.3.1-publishsonatype.14bf3b3_play_2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.3.1-publishsonatype.14bf3b3_play_2.7

All Versions

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

Version Vulnerabilities Updated
9.3.x
foundation-deprecated-config_2.11-9.3.1-publishsonatype.14bf3b3_play_2.7
foundation-deprecated-config_2.11-9.3.1-publishsonatype.14bf3b3_play_2.6
foundation-deprecated-config_2.11-9.3.1-publishsonatype.14bf3b3_play_2.5
foundation-deprecated-config_2.11-9.3.1-publishsonatype.14bf3b3
foundation-deprecated-config_2.11-9.3.1-publishsonatype.a27ebe6_play_2.7
foundation-deprecated-config_2.11-9.3.1-publishsonatype.a27ebe6_play_2.6
foundation-deprecated-config_2.11-9.3.1-publishsonatype.a27ebe6_play_2.5
foundation-deprecated-config_2.11-9.3.1-publishsonatype.a27ebe6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>foundation-deprecated-config_2.11</artifactId>
    <version>9.3.1-publishsonatype.14bf3b3_play_2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.codacy:foundation-deprecated-config_2.11:9.3.1-publishsonatype.14bf3b3_play_2.7'

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

implementation("com.codacy:foundation-deprecated-config_2.11:9.3.1-publishsonatype.14bf3b3_play_2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.codacy" % "foundation-deprecated-config_2.11" % "9.3.1-publishsonatype.14bf3b3_play_2.7"

Advertisement