b

benguard

Fault tolerance library focused on Java EE
https://github.com/Pscheidl/BenGuard
MIT License
Pavel Pscheidl
Files download
File Operation
benguard-0.2.2.jar download
benguard-0.2.2.pom download
benguard-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pscheidl</groupId>
  <artifactId>benguard</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.pscheidl:benguard:0.2.2'
Gradle Kotlin
implementation("com.github.pscheidl:benguard:0.2.2")
Scala SBT
libraryDependencies += "com.github.pscheidl" % "benguard" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pscheidl', module='benguard', version='0.2.2')
)
Apache Ivy
<dependency org="com.github.pscheidl" name="benguard" rev="0.2.2" />
Leiningen
[com.github.pscheidl/benguard "0.2.2"]
Apache Buildr
'com.github.pscheidl:benguard:jar:0.2.2'