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