is not current version
Last Version 1.6

com.google.re2j:re2j 1.2

Linear time regular expressions for Java

GroupId

GroupId

com.google.re2j
ArtifactId

ArtifactId

re2j
Version

Version

1.2
Type

Type

jar

Download re2j 1.2


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