MVN

com.github.timurstrekalov : saga-core

Maven & Gradle

Oct 10, 2015
4 usages
87 stars
<dependency>
    <groupId>com.github.timurstrekalov</groupId>
    <artifactId>saga-core</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.timurstrekalov : saga-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.5

All Versions

Choose a version of com.github.timurstrekalov : saga-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
saga-core-1.5.5
saga-core-1.5.4
saga-core-1.5.3
saga-core-1.5.2
saga-core-1.5.1
saga-core-1.5.0
1.4.x
saga-core-1.4.2
saga-core-1.4.1
saga-core-1.4.0
1.3.x
saga-core-1.3.3
saga-core-1.3.2
saga-core-1.3.1
saga-core-1.3.0
1.2.x
saga-core-1.2.6
saga-core-1.2.5
saga-core-1.2.4
saga-core-1.2.3
saga-core-1.2.1
saga-core-1.2.0
1.1.x
saga-core-1.1.2
saga-core-1.1.1
saga-core-1.1.0
1.0.x
saga-core-1.0.10
saga-core-1.0.9
saga-core-1.0.8
saga-core-1.0.7
saga-core-1.0.6
saga-core-1.0.5
saga-core-1.0.4
saga-core-1.0.3
saga-core-1.0.2
saga-core-1.0.1
saga-core-1.0.0

How to add a dependency to Maven

Add the following com.github.timurstrekalov : saga-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.timurstrekalov</groupId>
    <artifactId>saga-core</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.timurstrekalov : saga-core gradle dependency to your build.gradle file:

implementation 'com.github.timurstrekalov:saga-core:1.5.5'

Gradle Kotlin DSL: Add the following com.github.timurstrekalov : saga-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.timurstrekalov:saga-core:1.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.timurstrekalov : saga-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.timurstrekalov" % "saga-core" % "1.5.5"

Advertisement