ExecAsync

A simple Gradle plugin for starting processes asynchronously.

License

License

GroupId

GroupId

com.github.swierkosz
ArtifactId

ArtifactId

ExecAsync
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

ExecAsync
A simple Gradle plugin for starting processes asynchronously.
Source Code Management

Source Code Management

https://github.com/swierkosz/ExecAsync

Download ExecAsync

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/ -->
<dependency>
    <groupId>com.github.swierkosz</groupId>
    <artifactId>ExecAsync</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/
implementation 'com.github.swierkosz:ExecAsync:1.2.1'
// https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/
implementation ("com.github.swierkosz:ExecAsync:1.2.1")
'com.github.swierkosz:ExecAsync:jar:1.2.1'
<dependency org="com.github.swierkosz" name="ExecAsync" rev="1.2.1">
  <artifact name="ExecAsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swierkosz', module='ExecAsync', version='1.2.1')
)
libraryDependencies += "com.github.swierkosz" % "ExecAsync" % "1.2.1"
[com.github.swierkosz/ExecAsync "1.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.jayway.awaitility : awaitility jar 1.6.5

test (4)

Group / Artifact Type Version
org.mockito : mockito-all jar 2.0.2-beta
junit : junit jar 4.12
org.assertj : assertj-core jar 2.2.0
com.google.guava : guava jar 18.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.0