License |
License |
---|---|
GroupId | GroupIdio.pcp.parfait |
ArtifactId | ArtifactIdexample-sleep |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionparfait Sleep example
Uninstrumented long-running process suitable for parfait-agent monitoring
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.pcp.parfait/example-sleep/ -->
<dependency>
<groupId>io.pcp.parfait</groupId>
<artifactId>example-sleep</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pcp.parfait/example-sleep/
implementation 'io.pcp.parfait:example-sleep:1.1.1'
// https://jarcasting.com/artifacts/io.pcp.parfait/example-sleep/
implementation ("io.pcp.parfait:example-sleep:1.1.1")
'io.pcp.parfait:example-sleep:jar:1.1.1'
<dependency org="io.pcp.parfait" name="example-sleep" rev="1.1.1">
<artifact name="example-sleep" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pcp.parfait', module='example-sleep', version='1.1.1')
)
libraryDependencies += "io.pcp.parfait" % "example-sleep" % "1.1.1"
[io.pcp.parfait/example-sleep "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.1 |
log4j : log4j Optional | jar | 1.2.17 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |