is not current version
Last Version 0.2.6

com.github.tony19:named-regexp 0.2.3

Named capturing groups for Java 5/6

GroupId

GroupId

com.github.tony19
ArtifactId

ArtifactId

named-regexp
Version

Version

0.2.3
Type

Type

jar

Download named-regexp 0.2.3


<!-- https://jarcasting.com/artifacts/com.github.tony19/named-regexp/ -->
<dependency>
    <groupId>com.github.tony19</groupId>
    <artifactId>named-regexp</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation 'com.github.tony19:named-regexp:0.2.3'
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation ("com.github.tony19:named-regexp:0.2.3")
'com.github.tony19:named-regexp:jar:0.2.3'
<dependency org="com.github.tony19" name="named-regexp" rev="0.2.3">
  <artifact name="named-regexp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tony19', module='named-regexp', version='0.2.3')
)
libraryDependencies += "com.github.tony19" % "named-regexp" % "0.2.3"
[com.github.tony19/named-regexp "0.2.3"]