Last Version

nz.co.gregs:regexi 3.3

A fluent API to generate and use regular expressions

GroupId

GroupId

nz.co.gregs
ArtifactId

ArtifactId

regexi
Version

Version

3.3
Type

Type

jar

Download regexi 3.3


<!-- https://jarcasting.com/artifacts/nz.co.gregs/regexi/ -->
<dependency>
    <groupId>nz.co.gregs</groupId>
    <artifactId>regexi</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/regexi/
implementation 'nz.co.gregs:regexi:3.3'
// https://jarcasting.com/artifacts/nz.co.gregs/regexi/
implementation ("nz.co.gregs:regexi:3.3")
'nz.co.gregs:regexi:jar:3.3'
<dependency org="nz.co.gregs" name="regexi" rev="3.3">
  <artifact name="regexi" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='regexi', version='3.3')
)
libraryDependencies += "nz.co.gregs" % "regexi" % "3.3"
[nz.co.gregs/regexi "3.3"]