License |
License |
---|---|
GroupId | GroupIdcom.uzabase |
ArtifactId | ArtifactIdpararell-executor |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionParallel Executor
A parallel execution support library using kotlin coroutine.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pararell-executor-1.0.pom | |
pararell-executor-1.0.jar | 17 KB |
pararell-executor-1.0-sources.jar | 1 KB |
pararell-executor-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.uzabase/pararell-executor/ -->
<dependency>
<groupId>com.uzabase</groupId>
<artifactId>pararell-executor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uzabase/pararell-executor/
implementation 'com.uzabase:pararell-executor:1.0'
// https://jarcasting.com/artifacts/com.uzabase/pararell-executor/
implementation ("com.uzabase:pararell-executor:1.0")
'com.uzabase:pararell-executor:jar:1.0'
<dependency org="com.uzabase" name="pararell-executor" rev="1.0">
<artifact name="pararell-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uzabase', module='pararell-executor', version='1.0')
)
libraryDependencies += "com.uzabase" % "pararell-executor" % "1.0"
[com.uzabase/pararell-executor "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.0-RC |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.kotlintest : kotlintest-runner-junit5 | jar | 3.3.2 |