License |
License |
---|---|
GroupId | GroupIdcom.github.swierkosz |
ArtifactId | ArtifactIdExecAsync |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionExecAsync
A simple Gradle plugin for starting processes asynchronously.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ExecAsync-1.2.1.pom | |
ExecAsync-1.2.1.jar | 16 KB |
ExecAsync-1.2.1-sources.jar | 14 KB |
ExecAsync-1.2.1-javadoc.jar | 87 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.jayway.awaitility : awaitility | jar | 1.6.5 |
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 |