Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created December 3, 2018 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Romeh/b7c3d3eb30748382123c06297bd6fd71 to your computer and use it in GitHub Desktop.
Save Romeh/b7c3d3eb30748382123c06297bd6fd71 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
<version>0.13.2</version>
</dependency>
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-core</artifactId>
<version>0.13.2</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment