| License |
License |
|---|---|
| GroupId | GroupIdio.pcp |
| ArtifactId | ArtifactIdparfait |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
Descriptionparfait
Java performance monitoring framework, including PCP bridge and agent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parfait-1.1.1.pom | 19 KB |
| parfait-1.1.1-tests.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pcp/parfait/ -->
<dependency>
<groupId>io.pcp</groupId>
<artifactId>parfait</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.pcp/parfait/
implementation 'io.pcp:parfait:1.1.1'
// https://jarcasting.com/artifacts/io.pcp/parfait/
implementation ("io.pcp:parfait:1.1.1")
'io.pcp:parfait:jar:1.1.1'
<dependency org="io.pcp" name="parfait" rev="1.1.1">
<artifact name="parfait" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pcp', module='parfait', version='1.1.1')
)
libraryDependencies += "io.pcp" % "parfait" % "1.1.1"
[io.pcp/parfait "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 |