is not current version
Last Version 1.1.1

io.pcp:parfait 1.0.0

Java performance monitoring framework, including PCP bridge and agent

GroupId

GroupId

io.pcp
ArtifactId

ArtifactId

parfait
Version

Version

1.0.0
Type

Type

jar

Download parfait 1.0.0


<!-- https://jarcasting.com/artifacts/io.pcp/parfait/ -->
<dependency>
    <groupId>io.pcp</groupId>
    <artifactId>parfait</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pcp/parfait/
implementation 'io.pcp:parfait:1.0.0'
// https://jarcasting.com/artifacts/io.pcp/parfait/
implementation ("io.pcp:parfait:1.0.0")
'io.pcp:parfait:jar:1.0.0'
<dependency org="io.pcp" name="parfait" rev="1.0.0">
  <artifact name="parfait" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pcp', module='parfait', version='1.0.0')
)
libraryDependencies += "io.pcp" % "parfait" % "1.0.0"
[io.pcp/parfait "1.0.0"]