is not current version
Last Version 0.14.5

com.basistech.tclre:tcl-regex 0.10.2

Basis java port of the regex engine from Tcl

GroupId

GroupId

com.basistech.tclre
ArtifactId

ArtifactId

tcl-regex
Version

Version

0.10.2
Type

Type

jar

Download tcl-regex 0.10.2


<!-- https://jarcasting.com/artifacts/com.basistech.tclre/tcl-regex/ -->
<dependency>
    <groupId>com.basistech.tclre</groupId>
    <artifactId>tcl-regex</artifactId>
    <version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech.tclre/tcl-regex/
implementation 'com.basistech.tclre:tcl-regex:0.10.2'
// https://jarcasting.com/artifacts/com.basistech.tclre/tcl-regex/
implementation ("com.basistech.tclre:tcl-regex:0.10.2")
'com.basistech.tclre:tcl-regex:jar:0.10.2'
<dependency org="com.basistech.tclre" name="tcl-regex" rev="0.10.2">
  <artifact name="tcl-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech.tclre', module='tcl-regex', version='0.10.2')
)
libraryDependencies += "com.basistech.tclre" % "tcl-regex" % "0.10.2"
[com.basistech.tclre/tcl-regex "0.10.2"]