GroupId | GroupIdinfo.codesaway |
---|---|
ArtifactId | ArtifactIdregexplus |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
regexplus-1.1.0.pom | |
regexplus-1.1.0.jar | 94 KB |
regexplus-1.1.0-sources.jar | 106 KB |
regexplus-1.1.0-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.codesaway/regexplus/ -->
<dependency>
<groupId>info.codesaway</groupId>
<artifactId>regexplus</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/info.codesaway/regexplus/
implementation 'info.codesaway:regexplus:1.1.0'
// https://jarcasting.com/artifacts/info.codesaway/regexplus/
implementation ("info.codesaway:regexplus:1.1.0")
'info.codesaway:regexplus:jar:1.1.0'
<dependency org="info.codesaway" name="regexplus" rev="1.1.0">
<artifact name="regexplus" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.codesaway', module='regexplus', version='1.1.0')
)
libraryDependencies += "info.codesaway" % "regexplus" % "1.1.0"
[info.codesaway/regexplus "1.1.0"]