License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIddev.bgahagan |
ArtifactId | ArtifactIdscala-regex-interpolation_2.12 |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionscala-regex-interpolation
String interpolation of regex capture groups in scala match statements
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.bgahagan/scala-regex-interpolation_2.12/ -->
<dependency>
<groupId>dev.bgahagan</groupId>
<artifactId>scala-regex-interpolation_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.bgahagan/scala-regex-interpolation_2.12/
implementation 'dev.bgahagan:scala-regex-interpolation_2.12:1.0.0'
// https://jarcasting.com/artifacts/dev.bgahagan/scala-regex-interpolation_2.12/
implementation ("dev.bgahagan:scala-regex-interpolation_2.12:1.0.0")
'dev.bgahagan:scala-regex-interpolation_2.12:jar:1.0.0'
<dependency org="dev.bgahagan" name="scala-regex-interpolation_2.12" rev="1.0.0">
<artifact name="scala-regex-interpolation_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.bgahagan', module='scala-regex-interpolation_2.12', version='1.0.0')
)
libraryDependencies += "dev.bgahagan" % "scala-regex-interpolation_2.12" % "1.0.0"
[dev.bgahagan/scala-regex-interpolation_2.12 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.8 |