Files download
File Operation
regex4j-1.0.0.jar download
regex4j-1.0.0.pom download
regex4j-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.myibu</groupId>
  <artifactId>regex4j</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.myibu:regex4j:1.0.0'
Gradle Kotlin
implementation("com.github.myibu:regex4j:1.0.0")
Scala SBT
libraryDependencies += "com.github.myibu" % "regex4j" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.myibu', module='regex4j', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.myibu" name="regex4j" rev="1.0.0" />
Leiningen
[com.github.myibu/regex4j "1.0.0"]
Apache Buildr
'com.github.myibu:regex4j:jar:1.0.0'
Dependencies
The project has no third-party dependencies