is not current version
Last Version 1.1.2

com.deere.isg.work-tracker:work-tracker-spring-boot 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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.deere.isg.work-tracker
ArtifactId

ArtifactId

work-tracker-spring-boot
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-spring-boot 1.1.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.deere.isg.work-tracker : work-tracker-spring jar 1.1.1
com.fasterxml.jackson.core : jackson-databind jar 2.10.0

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.springframework.boot : spring-boot-starter-web jar 1.5.19.RELEASE

test (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.8
org.springframework.boot : spring-boot-starter-test jar 1.5.19.RELEASE
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.