License |
License |
---|---|
GroupId | GroupIdcom.github.tony19 |
ArtifactId | ArtifactIdnamed-regexp |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnamed-regexp
Named capturing groups for Java 5/6
|
Filename | Size |
---|---|
named-regexp-0.2.6.pom | |
named-regexp-0.2.6.jar | 9 KB |
named-regexp-0.2.6-sources.jar | 12 KB |
named-regexp-0.2.6-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tony19/named-regexp/ -->
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>named-regexp</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation 'com.github.tony19:named-regexp:0.2.6'
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation ("com.github.tony19:named-regexp:0.2.6")
'com.github.tony19:named-regexp:jar:0.2.6'
<dependency org="com.github.tony19" name="named-regexp" rev="0.2.6">
<artifact name="named-regexp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tony19', module='named-regexp', version='0.2.6')
)
libraryDependencies += "com.github.tony19" % "named-regexp" % "0.2.6"
[com.github.tony19/named-regexp "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |