p

parallel-exec-maven-plugin

Runs external executables in parallel
The Apache Software License, Version 2.0
Dave Moten
Files download
File Operation
parallel-exec-maven-plugin-0.1.jar download
parallel-exec-maven-plugin-0.1.pom download
parallel-exec-maven-plugin-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>parallel-exec-maven-plugin</artifactId>
  <version>0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:parallel-exec-maven-plugin:0.1'
Gradle Kotlin
implementation("com.github.davidmoten:parallel-exec-maven-plugin:0.1")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "parallel-exec-maven-plugin" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='parallel-exec-maven-plugin', version='0.1')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="parallel-exec-maven-plugin" rev="0.1" />
Leiningen
[com.github.davidmoten/parallel-exec-maven-plugin "0.1"]
Apache Buildr
'com.github.davidmoten:parallel-exec-maven-plugin:jar:0.1'