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