is not current version
Last Version 1.2.1

com.github.swierkosz:ExecAsync 1.2.0

A simple Gradle plugin for starting processes asynchronously.

GroupId

GroupId

com.github.swierkosz
ArtifactId

ArtifactId

ExecAsync
Version

Version

1.2.0
Type

Type

jar

Download ExecAsync 1.2.0


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