MVN

com.scmspain.karyon : karyon2-hystrix-stream

Maven & Gradle

Feb 03, 2016
1 stars

com.scmspain.karyon:karyon2-hystrix-stream · This module add /hystrix.stream endpoint. It needs karyon-rest-router module to work

<dependency>
    <groupId>com.scmspain.karyon</groupId>
    <artifactId>karyon2-hystrix-stream</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scmspain.karyon : karyon2-hystrix-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.scmspain.karyon : karyon2-hystrix-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
karyon2-hystrix-stream-0.1.1
karyon2-hystrix-stream-0.1.0

How to add a dependency to Maven

Add the following com.scmspain.karyon : karyon2-hystrix-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scmspain.karyon</groupId>
    <artifactId>karyon2-hystrix-stream</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scmspain.karyon : karyon2-hystrix-stream gradle dependency to your build.gradle file:

implementation 'com.scmspain.karyon:karyon2-hystrix-stream:0.1.1'

Gradle Kotlin DSL: Add the following com.scmspain.karyon : karyon2-hystrix-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scmspain.karyon:karyon2-hystrix-stream:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scmspain.karyon : karyon2-hystrix-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scmspain.karyon" % "karyon2-hystrix-stream" % "0.1.1"