Last Version

Parallel Executor 1.0

A parallel execution support library using kotlin coroutine.

License

License

MIT
GroupId

GroupId

com.uzabase
ArtifactId

ArtifactId

pararell-executor
Version

Version

1.0
Type

Type

jar
Description

Description

Parallel Executor
A parallel execution support library using kotlin coroutine.
Project URL

Project URL

https://github.com/uzabase/ParallelExecutor
Source Code Management

Source Code Management

https://github.com/uzabase/ParallelExecutor.git

Download pararell-executor 1.0


<!-- 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"]

Dependencies

runtime (2)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
io.kotlintest : kotlintest-runner-junit5 jar 3.3.2

Project Modules

There are no modules declared in this project.