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