MVN

com.trendyol : kediatr-spring-starter

Maven & Gradle

Jun 01, 2023
174 stars

kediatr-spring-starter · Mediator implementation in Kotlin with native coroutine support

<dependency>
    <groupId>com.trendyol</groupId>
    <artifactId>kediatr-spring-starter</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trendyol : kediatr-spring-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.trendyol : kediatr-spring-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kediatr-spring-starter-3.0.0
2.1.x
kediatr-spring-starter-2.1.0
2.0.x
kediatr-spring-starter-2.0.0
1.1.x
kediatr-spring-starter-1.1.2
1.0.x
kediatr-spring-starter-1.0.18
kediatr-spring-starter-1.0.17
kediatr-spring-starter-1.0.16
kediatr-spring-starter-1.0.15
kediatr-spring-starter-1.0.14
kediatr-spring-starter-1.0.13
kediatr-spring-starter-1.0.11
kediatr-spring-starter-1.0.10
kediatr-spring-starter-1.0.8
kediatr-spring-starter-1.0.7

How to add a dependency to Maven

Add the following com.trendyol : kediatr-spring-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trendyol</groupId>
    <artifactId>kediatr-spring-starter</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trendyol : kediatr-spring-starter gradle dependency to your build.gradle file:

implementation 'com.trendyol:kediatr-spring-starter:3.0.0'

Gradle Kotlin DSL: Add the following com.trendyol : kediatr-spring-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trendyol:kediatr-spring-starter:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trendyol : kediatr-spring-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trendyol" % "kediatr-spring-starter" % "3.0.0"

Advertisement