GroupId | GroupIdio.pcp.parfait |
---|---|
ArtifactId | ArtifactIdexample-counter |
Version | Version1.1.0 |
Type | Typejar |
<!-- 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"]