<dependency> <groupId>com.github.tony19</groupId> <artifactId>named-regexp</artifactId> <version>0.2.5</version> </dependency>
implementation 'com.github.tony19:named-regexp:0.2.5'
implementation("com.github.tony19:named-regexp:0.2.5")
libraryDependencies += "com.github.tony19" % "named-regexp" % "0.2.5"
@Grapes( @Grab(group='com.github.tony19', module='named-regexp', version='0.2.5') )
<dependency org="com.github.tony19" name="named-regexp" rev="0.2.5" />
[com.github.tony19/named-regexp "0.2.5"]
'com.github.tony19:named-regexp:jar:0.2.5'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.11