MVN

com.codacy : stash-scala-client_playjson27_2.11

Maven & Gradle

Jul 27, 2022
2 stars

stash-scala-client_playjson27 · Stash Scala Client

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>stash-scala-client_playjson27_2.11</artifactId>
    <version>8.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.0

All Versions

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

Version Vulnerabilities Updated
8.0.x
stash-scala-client_playjson27_2.11-8.0.0
7.0.x
stash-scala-client_playjson27_2.11-7.0.1
stash-scala-client_playjson27_2.11-7.0.0
6.4.x
stash-scala-client_playjson27_2.11-6.4.3
stash-scala-client_playjson27_2.11-6.4.2
stash-scala-client_playjson27_2.11-6.4.1
stash-scala-client_playjson27_2.11-6.4.0
6.3.x
stash-scala-client_playjson27_2.11-6.3.0
6.2.x
stash-scala-client_playjson27_2.11-6.2.0
6.1.x
stash-scala-client_playjson27_2.11-6.1.2
stash-scala-client_playjson27_2.11-6.1.1
stash-scala-client_playjson27_2.11-6.1.0
6.0.x
stash-scala-client_playjson27_2.11-6.0.0
5.6.x
stash-scala-client_playjson27_2.11-5.6.2
stash-scala-client_playjson27_2.11-5.6.1
5.5.x
stash-scala-client_playjson27_2.11-5.5.5-fixsbtpluginpublish.d177bea
stash-scala-client_playjson27_2.11-5.5.4
stash-scala-client_playjson27_2.11-5.5.2
stash-scala-client_playjson27_2.11-5.5.1
5.4.x
stash-scala-client_playjson27_2.11-5.4.3
stash-scala-client_playjson27_2.11-5.4.2
5.3.x
stash-scala-client_playjson27_2.11-5.3.0
5.2.x
stash-scala-client_playjson27_2.11-5.2.3
stash-scala-client_playjson27_2.11-5.2.2
stash-scala-client_playjson27_2.11-5.2.1
stash-scala-client_playjson27_2.11-5.2.0
5.1.x
stash-scala-client_playjson27_2.11-5.1.0
5.0.x
stash-scala-client_playjson27_2.11-5.0.6
stash-scala-client_playjson27_2.11-5.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>stash-scala-client_playjson27_2.11</artifactId>
    <version>8.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.codacy:stash-scala-client_playjson27_2.11:8.0.0'

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

implementation("com.codacy:stash-scala-client_playjson27_2.11:8.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.codacy" % "stash-scala-client_playjson27_2.11" % "8.0.0"

Advertisement