GroupId | GroupIdcom.github.florianingerl.util |
---|---|
ArtifactId | ArtifactIdregex |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
regex-1.1.6.pom | |
regex-1.1.6.jar | 151 KB |
regex-1.1.6-sources.jar | 68 KB |
regex-1.1.6-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.florianingerl.util/regex/ -->
<dependency>
<groupId>com.github.florianingerl.util</groupId>
<artifactId>regex</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.florianingerl.util/regex/
implementation 'com.github.florianingerl.util:regex:1.1.6'
// https://jarcasting.com/artifacts/com.github.florianingerl.util/regex/
implementation ("com.github.florianingerl.util:regex:1.1.6")
'com.github.florianingerl.util:regex:jar:1.1.6'
<dependency org="com.github.florianingerl.util" name="regex" rev="1.1.6">
<artifact name="regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.florianingerl.util', module='regex', version='1.1.6')
)
libraryDependencies += "com.github.florianingerl.util" % "regex" % "1.1.6"
[com.github.florianingerl.util/regex "1.1.6"]