s

scala-textmatching_2.11

Unifying simple globs, regex & literal matchers
https://github.com/rtyley/scala-textmatching
GPLv3
com.madgag
Roberto Tyley
Files download
File Operation
scala-textmatching_2.11-2.0.jar download
scala-textmatching_2.11-2.0.pom download
scala-textmatching_2.11-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madgag</groupId>
  <artifactId>scala-textmatching_2.11</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.madgag:scala-textmatching_2.11:2.0'
Gradle Kotlin
implementation("com.madgag:scala-textmatching_2.11:2.0")
Scala SBT
libraryDependencies += "com.madgag" % "scala-textmatching_2.11" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.madgag', module='scala-textmatching_2.11', version='2.0')
)
Apache Ivy
<dependency org="com.madgag" name="scala-textmatching_2.11" rev="2.0" />
Leiningen
[com.madgag/scala-textmatching_2.11 "2.0"]
Apache Buildr
'com.madgag:scala-textmatching_2.11:jar:2.0'