MVN

com.google.re2j : re2j

Maven & Gradle

Jun 30, 2022
244 usages
1.1k stars

RE2/J · Linear time regular expressions for Java

<dependency>
    <groupId>com.google.re2j</groupId>
    <artifactId>re2j</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.re2j : re2j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.google.re2j : re2j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
re2j-1.7
1.6
re2j-1.6
1.5
re2j-1.5
1.4
re2j-1.4
1.3
re2j-1.3
1.2
re2j-1.2
1.1
re2j-1.1
1.0
re2j-1.0

How to add a dependency to Maven

Add the following com.google.re2j : re2j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.re2j</groupId>
    <artifactId>re2j</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.re2j : re2j gradle dependency to your build.gradle file:

implementation 'com.google.re2j:re2j:1.7'

Gradle Kotlin DSL: Add the following com.google.re2j : re2j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.re2j:re2j:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.re2j : re2j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.re2j" % "re2j" % "1.7"

Advertisement

Dependencies from Group

Jun 30, 2022
244 usages
1.1k stars

Discover Dependencies

Sep 30, 2016
23 usages
2.5k stars
Nov 07, 2021
26 usages
4 stars
Aug 17, 2014
10 usages
3 stars
May 18, 2015
3 usages
3 stars
Oct 31, 2015
3 usages
0 stars
Feb 27, 2016
2 usages
Apr 22, 2016
3 usages