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