GroupId | GroupIdcom.basistech.tclre |
---|---|
ArtifactId | ArtifactIdtcl-regex |
Version | Version0.10.2 |
Type | Typejar |
Filename | Size |
---|---|
tcl-regex-0.10.2.pom | |
tcl-regex-0.10.2.jar | 79 KB |
tcl-regex-0.10.2-sources.jar | 68 KB |
tcl-regex-0.10.2-javadoc.jar | 89 KB |
Browse |
<!-- 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"]