License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdcom.trendyol |
ArtifactId | ArtifactIdboru |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.trendyol.boru
boru is a pipeline implementation in kotlin with native coroutine support and custom dsl.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
boru-1.0.0.pom | |
boru-1.0.0.jar | 33 KB |
boru-1.0.0-sources.jar | 3 KB |
boru-1.0.0-javadoc.jar | 2 KB |
boru-1.0.0-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- 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"]
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 |
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 |