MVN

org.sonarsource.text : sonar-text-plugin

Maven & Gradle

Aug 17, 2023
11 usages
2 stars

SonarSource Text Analyzer :: Plugin · Analyzer for Text Files

<dependency>
    <groupId>org.sonarsource.text</groupId>
    <artifactId>sonar-text-plugin</artifactId>
    <version>2.3.0.1632</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.text : sonar-text-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0.1632

All Versions

Choose a version of org.sonarsource.text : sonar-text-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
sonar-text-plugin-2.3.0.1632
2.2.x
sonar-text-plugin-2.2.0.1571
2.1.x
sonar-text-plugin-2.1.0.1163
2.0.x
sonar-text-plugin-2.0.2.1090
sonar-text-plugin-2.0.1.611
sonar-text-plugin-2.0.0.604
sonar-text-plugin-2.0.0.602
1.2.x
sonar-text-plugin-1.2.0.510
1.1.x
sonar-text-plugin-1.1.0.282
1.0.x
sonar-text-plugin-1.0.0.120

How to add a dependency to Maven

Add the following org.sonarsource.text : sonar-text-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonarsource.text</groupId>
    <artifactId>sonar-text-plugin</artifactId>
    <version>2.3.0.1632</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.text : sonar-text-plugin gradle dependency to your build.gradle file:

implementation 'org.sonarsource.text:sonar-text-plugin:2.3.0.1632'

Gradle Kotlin DSL: Add the following org.sonarsource.text : sonar-text-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonarsource.text:sonar-text-plugin:2.3.0.1632")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.text : sonar-text-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.text" % "sonar-text-plugin" % "2.3.0.1632"

Advertisement