GroupId | GroupIdnz.co.gregs |
---|---|
ArtifactId | ArtifactIdregexi |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
regexi-1.8.pom | |
regexi-1.8.jar | 33 KB |
regexi-1.8-sources.jar | 23 KB |
regexi-1.8-javadoc.jar | 510 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.co.gregs/regexi/ -->
<dependency>
<groupId>nz.co.gregs</groupId>
<artifactId>regexi</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/regexi/
implementation 'nz.co.gregs:regexi:1.8'
// https://jarcasting.com/artifacts/nz.co.gregs/regexi/
implementation ("nz.co.gregs:regexi:1.8")
'nz.co.gregs:regexi:jar:1.8'
<dependency org="nz.co.gregs" name="regexi" rev="1.8">
<artifact name="regexi" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='regexi', version='1.8')
)
libraryDependencies += "nz.co.gregs" % "regexi" % "1.8"
[nz.co.gregs/regexi "1.8"]