s

scala-regex-interpolation_2.12

String interpolation of regex capture groups in scala match statements
https://github.com/bgahagan/scala-regex-interpolation
MIT
dev.bgahagan
bgahagan
Files download
File Operation
scala-regex-interpolation_2.12-1.0.0.jar download
scala-regex-interpolation_2.12-1.0.0.pom download
scala-regex-interpolation_2.12-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.bgahagan</groupId>
  <artifactId>scala-regex-interpolation_2.12</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'dev.bgahagan:scala-regex-interpolation_2.12:1.0.0'
Gradle Kotlin
implementation("dev.bgahagan:scala-regex-interpolation_2.12:1.0.0")
Scala SBT
libraryDependencies += "dev.bgahagan" % "scala-regex-interpolation_2.12" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.bgahagan', module='scala-regex-interpolation_2.12', version='1.0.0')
)
Apache Ivy
<dependency org="dev.bgahagan" name="scala-regex-interpolation_2.12" rev="1.0.0" />
Leiningen
[dev.bgahagan/scala-regex-interpolation_2.12 "1.0.0"]
Apache Buildr
'dev.bgahagan:scala-regex-interpolation_2.12:jar:1.0.0'