is not current version
Last Version 1.7.6

com.github.kenwdelong:stability-utils 1.4.0

A Spring-based library for utilities useful for keeping high-volume sites up and running. Based partially on the book "Release It" by Michael Nygard.

GroupId

GroupId

com.github.kenwdelong
ArtifactId

ArtifactId

stability-utils
Version

Version

1.4.0
Type

Type

jar

Download stability-utils 1.4.0


<!-- https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/ -->
<dependency>
    <groupId>com.github.kenwdelong</groupId>
    <artifactId>stability-utils</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/
implementation 'com.github.kenwdelong:stability-utils:1.4.0'
// https://jarcasting.com/artifacts/com.github.kenwdelong/stability-utils/
implementation ("com.github.kenwdelong:stability-utils:1.4.0")
'com.github.kenwdelong:stability-utils:jar:1.4.0'
<dependency org="com.github.kenwdelong" name="stability-utils" rev="1.4.0">
  <artifact name="stability-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kenwdelong', module='stability-utils', version='1.4.0')
)
libraryDependencies += "com.github.kenwdelong" % "stability-utils" % "1.4.0"
[com.github.kenwdelong/stability-utils "1.4.0"]