GroupId | GroupIdcom.github.swierkosz |
---|---|
ArtifactId | ArtifactIdExecAsync |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ExecAsync-1.1.0.pom | |
ExecAsync-1.1.0.jar | 8 KB |
ExecAsync-1.1.0-sources.jar | 7 KB |
ExecAsync-1.1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/ -->
<dependency>
<groupId>com.github.swierkosz</groupId>
<artifactId>ExecAsync</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/
implementation 'com.github.swierkosz:ExecAsync:1.1.0'
// https://jarcasting.com/artifacts/com.github.swierkosz/ExecAsync/
implementation ("com.github.swierkosz:ExecAsync:1.1.0")
'com.github.swierkosz:ExecAsync:jar:1.1.0'
<dependency org="com.github.swierkosz" name="ExecAsync" rev="1.1.0">
<artifact name="ExecAsync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swierkosz', module='ExecAsync', version='1.1.0')
)
libraryDependencies += "com.github.swierkosz" % "ExecAsync" % "1.1.0"
[com.github.swierkosz/ExecAsync "1.1.0"]