is not current version
Last Version 1.1.2

work-tracker 1.1.1

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
Version

Version

1.1.1
Type

Type

pom
Description

Description

work-tracker
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.
Project URL

Project URL

http://github.com/JohnDeere/work-tracker
Source Code Management

Source Code Management

https://github.com/JohnDeere/work-tracker

Download work-tracker 1.1.1

Filename Size
work-tracker-1.1.1.pom 16 KB
Browse

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

Dependencies

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.28.2
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.12

Project Modules

  • work-tracker-core
  • work-tracker-servlet
  • work-tracker-spring
  • work-tracker-spring-boot