MVN

com.codacy : remote-provider-service-client-legacy_2.11

Maven & Gradle

Jul 20, 2019

remote-provider-service-client-legacy · Client to be used by codacy-website to interact with the remote provider service.

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>remote-provider-service-client-legacy_2.11</artifactId>
    <version>1.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codacy : remote-provider-service-client-legacy_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23.0

All Versions

Choose a version of com.codacy : remote-provider-service-client-legacy_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
remote-provider-service-client-legacy_2.11-1.23.0-SNAPSHOT.a1b7c72
remote-provider-service-client-legacy_2.11-1.23.0
0.23.x
remote-provider-service-client-legacy_2.11-0.23.0-SNAPSHOT.b05f32d
0.22.x
remote-provider-service-client-legacy_2.11-0.22.0
0.21.x
remote-provider-service-client-legacy_2.11-0.21.10-SNAPSHOT.9eecb22
remote-provider-service-client-legacy_2.11-0.21.9
remote-provider-service-client-legacy_2.11-0.21.8-SNAPSHOT.7d6a5ee
remote-provider-service-client-legacy_2.11-0.21.7-SNAPSHOT.7d9ea04
remote-provider-service-client-legacy_2.11-0.21.4-SNAPSHOT.fbf25c1
remote-provider-service-client-legacy_2.11-0.21.3-SNAPSHOT.f59a315
remote-provider-service-client-legacy_2.11-0.21.3-ft7455complementorganizationinformationforuser.bc45cca
remote-provider-service-client-legacy_2.11-0.21.3-ft7455complementorganizationinformationforuser.17f0c82
remote-provider-service-client-legacy_2.11-0.21.2
remote-provider-service-client-legacy_2.11-0.21.1-SNAPSHOT.f59a315
remote-provider-service-client-legacy_2.11-0.21.0
remote-provider-service-client-legacy_2.11-0.21.0-SNAPSHOT.374a74f
0.20.x
remote-provider-service-client-legacy_2.11-0.20.7
remote-provider-service-client-legacy_2.11-0.20.6-SNAPSHOT.d60fffe
remote-provider-service-client-legacy_2.11-0.20.5-SNAPSHOT.efe1e69
remote-provider-service-client-legacy_2.11-0.20.0-SNAPSHOT.5694939
0.19.x
remote-provider-service-client-legacy_2.11-0.19.1-SNAPSHOT.e43f49c
0.18.x
remote-provider-service-client-legacy_2.11-0.18.0-SNAPSHOT.99a125c
0.17.x
remote-provider-service-client-legacy_2.11-0.17.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>remote-provider-service-client-legacy_2.11</artifactId>
    <version>1.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codacy : remote-provider-service-client-legacy_2.11 gradle dependency to your build.gradle file:

implementation 'com.codacy:remote-provider-service-client-legacy_2.11:1.23.0'

Gradle Kotlin DSL: Add the following com.codacy : remote-provider-service-client-legacy_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codacy:remote-provider-service-client-legacy_2.11:1.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codacy : remote-provider-service-client-legacy_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codacy" % "remote-provider-service-client-legacy_2.11" % "1.23.0"

Advertisement