GroupId | GroupIdcom.github.tony19 |
---|---|
ArtifactId | ArtifactIdnamed-regexp |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
named-regexp-0.1.7.pom | |
named-regexp-0.1.7.jar | 8 KB |
named-regexp-0.1.7-sources.jar | 8 KB |
named-regexp-0.1.7-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tony19/named-regexp/ -->
<dependency>
<groupId>com.github.tony19</groupId>
<artifactId>named-regexp</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation 'com.github.tony19:named-regexp:0.1.7'
// https://jarcasting.com/artifacts/com.github.tony19/named-regexp/
implementation ("com.github.tony19:named-regexp:0.1.7")
'com.github.tony19:named-regexp:jar:0.1.7'
<dependency org="com.github.tony19" name="named-regexp" rev="0.1.7">
<artifact name="named-regexp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tony19', module='named-regexp', version='0.1.7')
)
libraryDependencies += "com.github.tony19" % "named-regexp" % "0.1.7"
[com.github.tony19/named-regexp "0.1.7"]