<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>sonar-regex-parsing</artifactId>
<version>1.20.0.801</version>
</dependency>
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-regex-parsing" % "1.20.0.801"
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='sonar-regex-parsing', version='1.20.0.801')
)
<dependency org="org.sonarsource.analyzer-commons" name="sonar-regex-parsing" rev="1.20.0.801" />
<parent> <groupId>org.sonarsource.analyzer-commons</groupId> <artifactId>sonar-analyzer-commons-parent</artifactId> <version>1.20.0.801</version> </parent>
compile
|-- org.sonarsource.sonarqube:sonar-plugin-api
|-- com.google.code.findbugs:jsr305
test
|-- org.junit.jupiter:junit-jupiter
|-- commons-lang:commons-lang:2.6