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