MVN

com.googlecode.grep4j : grep4j

Maven & Gradle

Dec 29, 2013
1 usages

grep4j · Grep4j is a simple api made to centralise and so facilitate the greps along all the configured files remote or local

<dependency>
    <groupId>com.googlecode.grep4j</groupId>
    <artifactId>grep4j</artifactId>
    <version>1.8.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.grep4j : grep4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.7

All Versions

Choose a version of com.googlecode.grep4j : grep4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
grep4j-1.8.7
grep4j-1.8.6
grep4j-1.8.5
grep4j-1.8.2
grep4j-1.8.0
1.7.x
grep4j-1.7.5
grep4j-1.7.3
grep4j-1.7.0
1.6.x
grep4j-1.6.5
grep4j-1.6.4
grep4j-1.6.3
grep4j-1.6.2
grep4j-1.6.1
1.6
grep4j-1.6
1.5
grep4j-1.5
1.4
grep4j-1.4
1.3
grep4j-1.3
1.2
grep4j-1.2
1.1
grep4j-1.1
1.0
grep4j-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.grep4j</groupId>
    <artifactId>grep4j</artifactId>
    <version>1.8.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.grep4j : grep4j gradle dependency to your build.gradle file:

implementation 'com.googlecode.grep4j:grep4j:1.8.7'

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

implementation("com.googlecode.grep4j:grep4j:1.8.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.grep4j : grep4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.grep4j" % "grep4j" % "1.8.7"

Advertisement