is not current version
Last Version 1.1.1

io.pcp.parfait:example-counter 0.5.1

Basic Java application showing a Counter metric

GroupId

GroupId

io.pcp.parfait
ArtifactId

ArtifactId

example-counter
Version

Version

0.5.1
Type

Type

jar

Download example-counter 0.5.1


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