MVN

io.appform.core : hystrix-function-wrapper

Maven & Gradle

Dec 17, 2021
2 stars

Hystrix Function Wrapper · An utility lib that allows lambdas to be wrapped in hystrix commands

<dependency>
    <groupId>io.appform.core</groupId>
    <artifactId>hystrix-function-wrapper</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appform.core : hystrix-function-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of io.appform.core : hystrix-function-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hystrix-function-wrapper-1.1.9
hystrix-function-wrapper-1.1.8
hystrix-function-wrapper-1.1.7
hystrix-function-wrapper-1.1.5
hystrix-function-wrapper-1.1.4

How to add a dependency to Maven

Add the following io.appform.core : hystrix-function-wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appform.core</groupId>
    <artifactId>hystrix-function-wrapper</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appform.core : hystrix-function-wrapper gradle dependency to your build.gradle file:

implementation 'io.appform.core:hystrix-function-wrapper:1.1.9'

Gradle Kotlin DSL: Add the following io.appform.core : hystrix-function-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appform.core:hystrix-function-wrapper:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appform.core : hystrix-function-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appform.core" % "hystrix-function-wrapper" % "1.1.9"