GroupId | GroupIdcom.github.florianingerl.util |
---|---|
ArtifactId | ArtifactIdregex |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
regex-1.1.4.pom | |
regex-1.1.4.jar | 150 KB |
regex-1.1.4-sources.jar | 67 KB |
regex-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.florianingerl.util/regex/
implementation 'com.github.florianingerl.util:regex:1.1.4'
// https://jarcasting.com/artifacts/com.github.florianingerl.util/regex/
implementation ("com.github.florianingerl.util:regex:1.1.4")
'com.github.florianingerl.util:regex:jar:1.1.4'
<dependency org="com.github.florianingerl.util" name="regex" rev="1.1.4">
<artifact name="regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.florianingerl.util', module='regex', version='1.1.4')
)
libraryDependencies += "com.github.florianingerl.util" % "regex" % "1.1.4"
[com.github.florianingerl.util/regex "1.1.4"]