s

sonar-regex-parsing

Logic useful to read and analyze regular expressions
Files download
File Operation
sonar-regex-parsing-2.11.0.2861.jar download
sonar-regex-parsing-2.11.0.2861.pom download
sonar-regex-parsing-2.11.0.2861-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.analyzer-commons</groupId>
  <artifactId>sonar-regex-parsing</artifactId>
  <version>2.11.0.2861</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.analyzer-commons:sonar-regex-parsing:2.11.0.2861'
Gradle Kotlin
implementation("org.sonarsource.analyzer-commons:sonar-regex-parsing:2.11.0.2861")
Scala SBT
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-regex-parsing" % "2.11.0.2861"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.analyzer-commons', module='sonar-regex-parsing', version='2.11.0.2861')
)
Apache Ivy
<dependency org="org.sonarsource.analyzer-commons" name="sonar-regex-parsing" rev="2.11.0.2861" />
Leiningen
[org.sonarsource.analyzer-commons/sonar-regex-parsing "2.11.0.2861"]
Apache Buildr
'org.sonarsource.analyzer-commons:sonar-regex-parsing:jar:2.11.0.2861'