Stability Utils

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.

License

License

GroupId

GroupId

com.github.kenwdelong
ArtifactId

ArtifactId

stability-utils
Last Version

Last Version

1.7.6
Release Date

Release Date

Type

Type

jar
Description

Description

Stability Utils
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.
Project URL

Project URL

https://github.com/kenwdelong/stability-utils

Download stability-utils

How to add to project

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

Dependencies

compile (17)

Group / Artifact Type Version
org.springframework : spring-core jar 5.2.9.RELEASE
org.springframework : spring-aop jar 5.2.9.RELEASE
org.springframework : spring-context jar 5.2.9.RELEASE
org.springframework : spring-context-support jar 5.2.9.RELEASE
org.springframework : spring-webmvc jar 5.2.9.RELEASE
jakarta.annotation : jakarta.annotation-api jar 1.3.5
org.apache.commons : commons-lang3 jar 3.10
org.aspectj : aspectjrt jar 1.9.6
org.aspectj : aspectjweaver jar 1.9.6
aopalliance : aopalliance jar 1.0
org.codehaus.groovy : groovy-xml jar 2.5.13
net.sf.ehcache : ehcache-core jar 2.6.8
org.apache.httpcomponents : httpmime jar 4.5.12
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3
log4j : log4j jar 1.2.17
com.timgroup : java-statsd-client jar 3.1.0

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 5.2.9.RELEASE
org.slf4j : slf4j-simple jar 1.7.30
junit : junit jar 4.12
org.easymock : easymock jar 3.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.6
1.7.5
1.7.3
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0