MVN

org.sonarsource.javascript : css

Maven & Gradle

Aug 23, 2023

SonarQube JavaScript :: CSS

<dependency>
    <groupId>org.sonarsource.javascript</groupId>
    <artifactId>css</artifactId>
    <version>10.5.1.22382</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.javascript : css to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.5.1.22382

All Versions

Choose a version of org.sonarsource.javascript : css to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.5.x
css-10.5.1.22382
css-10.5.0.22371
10.4.x
css-10.4.0.22160
10.3.x
css-10.3.2.22047
css-10.3.1.21905
css-10.3.0.21893
10.2.x
css-10.2.0.21568
10.1.x
css-10.1.0.21143

How to add a dependency to Maven

Add the following org.sonarsource.javascript : css maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonarsource.javascript</groupId>
    <artifactId>css</artifactId>
    <version>10.5.1.22382</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.javascript : css gradle dependency to your build.gradle file:

implementation 'org.sonarsource.javascript:css:10.5.1.22382'

Gradle Kotlin DSL: Add the following org.sonarsource.javascript : css gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonarsource.javascript:css:10.5.1.22382")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.javascript : css sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.javascript" % "css" % "10.5.1.22382"