| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kenwdelong |
| ArtifactId | ArtifactIdstability-utils |
| Version | Version1.7.6 |
| Type | Typejar |
| Description |
DescriptionStability 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 |
| Filename | Size |
|---|---|
| stability-utils-1.7.6.pom | |
| stability-utils-1.7.6.jar | 121 KB |
| stability-utils-1.7.6-sources.jar | 51 KB |
| stability-utils-1.7.6-javadoc.jar | 661 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |