is not current version
Last Version 1.1.1

io.pcp.parfait:example-counter 1.1.0

Basic Java application showing a Counter metric

GroupId

GroupId

io.pcp.parfait
ArtifactId

ArtifactId

example-counter
Version

Version

1.1.0
Type

Type

jar

Download example-counter 1.1.0


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