com.trendyol.boru

boru is a pipeline implementation in kotlin with native coroutine support and custom dsl.

License

License

The MIT License (MIT)
GroupId

GroupId

com.trendyol
ArtifactId

ArtifactId

boru
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.trendyol.boru
boru is a pipeline implementation in kotlin with native coroutine support and custom dsl.
Project URL

Project URL

https://github.com/Trendyol/kediatR
Source Code Management

Source Code Management

https://github.com/Trendyol/boru

Download boru

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.30-RC
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.1
org.junit.jupiter : junit-jupiter jar 5.7.2

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.5.30-RC
org.jetbrains.kotlin : kotlin-test jar 1.5.30-RC

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0