Last Version

com.deere.isg.work-tracker:work-tracker-spring 1.1.2

A library to monitor threads and requests. It provides advanced logging capabilities, and protects the application's JVMs from too many requests and from long running requests that would eventually turn into zombies.

License

License

GroupId

GroupId

com.deere.isg.work-tracker
ArtifactId

ArtifactId

work-tracker-spring
Version

Version

1.1.2
Type

Type

jar
Description

Description

A library to monitor threads and requests. It provides advanced logging capabilities, and protects the application's JVMs from too many requests and from long running requests that would eventually turn into zombies.

Download work-tracker-spring 1.1.2


<!-- https://jarcasting.com/artifacts/com.deere.isg.work-tracker/work-tracker-spring/ -->
<dependency>
    <groupId>com.deere.isg.work-tracker</groupId>
    <artifactId>work-tracker-spring</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.deere.isg.work-tracker/work-tracker-spring/
implementation 'com.deere.isg.work-tracker:work-tracker-spring:1.1.2'
// https://jarcasting.com/artifacts/com.deere.isg.work-tracker/work-tracker-spring/
implementation ("com.deere.isg.work-tracker:work-tracker-spring:1.1.2")
'com.deere.isg.work-tracker:work-tracker-spring:jar:1.1.2'
<dependency org="com.deere.isg.work-tracker" name="work-tracker-spring" rev="1.1.2">
  <artifact name="work-tracker-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.deere.isg.work-tracker', module='work-tracker-spring', version='1.1.2')
)
libraryDependencies += "com.deere.isg.work-tracker" % "work-tracker-spring" % "1.1.2"
[com.deere.isg.work-tracker/work-tracker-spring "1.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.deere.isg.work-tracker : work-tracker-servlet jar 1.1.2

provided (2)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 4.3.17.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.8
org.springframework : spring-test jar 4.3.17.RELEASE
org.mockito : mockito-core jar 2.28.2
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.