MVN

io.github.rmaiun : microsaga

Maven & Gradle

Oct 03, 2022
17 stars

io.github.rmaiun:microsaga · Provides comfortable DSL for saga usage

<dependency>
    <groupId>io.github.rmaiun</groupId>
    <artifactId>microsaga</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rmaiun : microsaga to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0
  • Latest Release Candidate: 1.0.0-RC3

All Versions

Choose a version of io.github.rmaiun : microsaga to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
microsaga-1.1.0
1.0.x
microsaga-1.0.0
microsaga-1.0.0-RC3
microsaga-1.0.0-RC2
microsaga-1.0.0-RC-1
0.4.x
microsaga-0.4.0
0.3.x
microsaga-0.3.0
0.2.x
microsaga-0.2.4

How to add a dependency to Maven

Add the following io.github.rmaiun : microsaga maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rmaiun</groupId>
    <artifactId>microsaga</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rmaiun : microsaga gradle dependency to your build.gradle file:

implementation 'io.github.rmaiun:microsaga:1.1.0'

Gradle Kotlin DSL: Add the following io.github.rmaiun : microsaga gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rmaiun:microsaga:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rmaiun : microsaga sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rmaiun" % "microsaga" % "1.1.0"