Files download
File Operation
extended-regex-0.7.0.jar download
extended-regex-0.7.0.pom download
extended-regex-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.protobufel</groupId>
  <artifactId>extended-regex</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.protobufel:extended-regex:0.7.0'
Gradle Kotlin
implementation("com.github.protobufel:extended-regex:0.7.0")
Scala SBT
libraryDependencies += "com.github.protobufel" % "extended-regex" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.protobufel', module='extended-regex', version='0.7.0')
)
Apache Ivy
<dependency org="com.github.protobufel" name="extended-regex" rev="0.7.0" />
Leiningen
[com.github.protobufel/extended-regex "0.7.0"]
Apache Buildr
'com.github.protobufel:extended-regex:jar:0.7.0'