Download grep4j-1.8.7.jar file

Introduction

You can download grep4j-1.8.7.jar in this page.

License

The Apache Software License, Version 2.0

Type List

grep4j-1.8.7.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.googlecode.grep4j/grep4j/pom.properties
META-INF/maven/com.googlecode.grep4j/grep4j/pom.xml
org.grep4j.core.Grep4j.class
org.grep4j.core.command.ExecutableCommand.class
org.grep4j.core.command.ServerDetailsInterpreter.class
org.grep4j.core.command.linux.CommandExecutor.class
org.grep4j.core.command.linux.JschCommandExecutor.class
org.grep4j.core.command.linux.JschUserInfo.class
org.grep4j.core.command.linux.LocalCommandExecutor.class
org.grep4j.core.command.linux.SessionFactory.class
org.grep4j.core.command.linux.StackSessionPool.class
org.grep4j.core.command.linux.grep.AbstractGrepCommand.class
org.grep4j.core.command.linux.grep.GzGrepCommand.class
org.grep4j.core.command.linux.grep.SimpleGrepCommand.class
org.grep4j.core.command.linux.ls.LsCommand.class
org.grep4j.core.executors.Executor.class
org.grep4j.core.executors.GrepExecutor.class
org.grep4j.core.executors.GrepTaskExecutor.class
org.grep4j.core.fluent.Dictionary.class
org.grep4j.core.model.Profile.class
org.grep4j.core.model.ProfileBuilder.class
org.grep4j.core.model.ServerDetails.class
org.grep4j.core.options.Option.class
org.grep4j.core.options.OptionTypes.class
org.grep4j.core.options.OptionsDecorator.class
org.grep4j.core.request.GrepExpression.class
org.grep4j.core.request.GrepRequest.class
org.grep4j.core.result.GrepResult.class
org.grep4j.core.result.GrepResults.class
org.grep4j.core.task.CommandExecutorTask.class
org.grep4j.core.task.FileList.class
org.grep4j.core.task.ForkController.class
org.grep4j.core.task.GrepTask.class

Pom

grep4j-1.8.7.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.googlecode.grep4j</groupId>
	<artifactId>grep4j</artifactId>
	<version>1.8.7</version>
	<description>Grep4j is a simple api made to centralise and so facilitate the greps along all the configured files remote or local</description>
	<packaging>jar</packaging>

	<name>grep4j</name>
	<url>https://code.google.com/p/grep4j</url>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<connection>scm:svn:http://grep4j.googlecode.com/svn/tags/grep4j-1.8.7</connection>
		<developerConnection>scm:svn:https://grep4j.googlecode.com/svn/tags/grep4j-1.8.7</developerConnection>
		<url>http://grep4j.googlecode.com/svn/tags/grep4j-1.8.7</url>
	</scm>

	<distributionManagement>
		<repository>
			<id>sonatype-nexus-staging</id>
			<name>Internal Release Repository</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
		</repository>
		<snapshotRepository>
			<id>sonatype-nexus-snapshots</id>
			<name>Internal Snapshots Repository</name>
			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
	</distributionManagement>
	
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<dependencies>

		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
			<version>2.3</version>
		</dependency>

		<dependency>
			<groupId>com.jcraft</groupId>
			<artifactId>jsch</artifactId>
			<version>0.1.49</version>
		</dependency>

		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
			<version>3.1</version>
		</dependency>

		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.4</version>
		</dependency>

		<dependency>
			<groupId>commons-pool</groupId>
			<artifactId>commons-pool</artifactId>
			<version>1.6</version>
		</dependency>

		<dependency>
			<groupId>org.testng</groupId>
			<artifactId>testng</artifactId>
			<version>6.5.2</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>nl.jqno.equalsverifier</groupId>
			<artifactId>equalsverifier</artifactId>
			<version>1.1.3</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>com.googlecode.lambdaj</groupId>
			<artifactId>lambdaj</artifactId>
			<version>2.3.3</version>
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.9</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>com.google.guava</groupId>
			<artifactId>guava</artifactId>
			<version>12.0</version>
		</dependency>

		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
			<version>1.9.0</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.easymock</groupId>
			<artifactId>easymock</artifactId>
			<version>3.0</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
			<version>0.11.6</version>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.12</version>
				<configuration>
					<includes>
						<include>**/*.java</include>
					</includes>
					<excludedGroups>none</excludedGroups>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-assembly-plugin</artifactId>
				<configuration>
					<descriptorRefs>
						<descriptorRef>jar-with-dependencies</descriptorRef>
					</descriptorRefs>
					<appendAssemblyId>false</appendAssemblyId>
					<finalName>grep4j-with-dependencies</finalName>
				</configuration>
				<executions>
					<execution>
						<id>make-assembly</id>
						<phase>verify</phase>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<executions>
					<execution>
						<id>attach-sources</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
	<profiles>
		<profile>
			<id>deploy</id>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-gpg-plugin</artifactId>
						<executions>
							<execution>
								<id>sign-artifacts</id>
								<phase>verify</phase>
								<goals>
									<goal>sign</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>
	<reporting>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<configuration>
					<formats>
						<format>xml</format>
						<format>html</format>
					</formats>
				</configuration>
				<version>2.4</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<configuration>
					<targetJdk>1.5</targetJdk>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>findbugs-maven-plugin</artifactId>
				<version>1.2</version>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.0-beta-9</version>
				<configuration>
					<releaseProfiles>deploy</releaseProfiles>
					<remoteTagging>true</remoteTagging>
					<preparationGoals>clean install</preparationGoals>
					<autoVersionSubmodules>true</autoVersionSubmodules>
					<tagBase>https://grep4j.googlecode.com/svn/tags</tagBase>
				</configuration>
			</plugin>
		</plugins>
	</reporting>
</project>

POM Entry

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

Download

If you think the following grep4j-1.8.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download grep4j-1.8.7.jar file




PreviousNext

Related