License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIddev.bgahagan |
ArtifactId | ArtifactIdscala-regex-interpolation_2.13 |
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.13/ -->
<dependency>
<groupId>dev.bgahagan</groupId>
<artifactId>scala-regex-interpolation_2.13</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.bgahagan/scala-regex-interpolation_2.13/
implementation 'dev.bgahagan:scala-regex-interpolation_2.13:1.0.0'
// https://jarcasting.com/artifacts/dev.bgahagan/scala-regex-interpolation_2.13/
implementation ("dev.bgahagan:scala-regex-interpolation_2.13:1.0.0")
'dev.bgahagan:scala-regex-interpolation_2.13:jar:1.0.0'
<dependency org="dev.bgahagan" name="scala-regex-interpolation_2.13" rev="1.0.0">
<artifact name="scala-regex-interpolation_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.bgahagan', module='scala-regex-interpolation_2.13', version='1.0.0')
)
libraryDependencies += "dev.bgahagan" % "scala-regex-interpolation_2.13" % "1.0.0"
[dev.bgahagan/scala-regex-interpolation_2.13 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.0.8 |