| Group ID: |
com.linkedin.parseq |
| Artifact ID: |
parseq-exec |
| Version: |
2.0.7 |
| Last modified: |
28.10.2015 22:25 |
| Packaging: |
jar |
| Name: |
parseq-exec |
| Description: |
Integrates ParSeq with Java Process API |
| URL: |
https://github.com/linkedin/parseq |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/linkedin/parseq/parseq-exec/2.0.7/parseq-exec-2.0.7.jar |
| POM: |
Show
hide
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-exec</artifactId>
<version>2.0.7</version>
<dependencies>
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<testSource>1.8</testSource>
<testTarget>1.8</testTarget>
</configuration>
</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>
<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>
<name>parseq-exec</name>
<url>https://github.com/linkedin/parseq</url>
<scm>
<url>https://github.com/linkedin/parseq</url>
<connection>scm:git:git://github.com/linkedin/parseq.git</connection>
</scm>
<description>
Integrates ParSeq with Java Process API
</description>
<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>
<developers>
<developer>
<id>jodzga</id>
<name>Jaroslaw Odzga</name>
<email>jodzga@linkedin.com</email>
</developer>
</developers>
</project>
|
| Maven: |
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-exec</artifactId>
<version>2.0.7</version>
</dependency>
|
| Gradle: |
com.linkedin.parseq:parseq-exec:2.0.7 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|