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