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