is not current version
Last Version 1.1.2

com.deere.isg.work-tracker:work-tracker-core 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-core
Version

Version

1.1.1
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-core 1.1.1


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

Dependencies

compile (8)

Group / Artifact Type Version
com.deere.isg : clock jar 3.1.0
com.deere.isg : outstanding jar 1.2.0
org.slf4j : slf4j-api jar 1.7.25
net.logstash.logback : logstash-logback-encoder jar 5.3
com.fasterxml.jackson.core : jackson-databind jar 2.10.0
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3
org.lucee : oswego-concurrent Optional jar 1.3.4

provided (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2

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

There are no modules declared in this project.