is not current version
Last Version 1.6

com.google.re2j:re2j 1.4

Linear time regular expressions for Java

GroupId

GroupId

com.google.re2j
ArtifactId

ArtifactId

re2j
Version

Version

1.4
Type

Type

jar

Download re2j 1.4


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