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