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