s

sonar-regex-parsing

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