GroupId | GroupIdio.pcp.parfait |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-1.0.0.pom | 1 KB |
examples-1.0.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pcp.parfait/examples/ -->
<dependency>
<groupId>io.pcp.parfait</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pcp.parfait/examples/
implementation 'io.pcp.parfait:examples:1.0.0'
// https://jarcasting.com/artifacts/io.pcp.parfait/examples/
implementation ("io.pcp.parfait:examples:1.0.0")
'io.pcp.parfait:examples:jar:1.0.0'
<dependency org="io.pcp.parfait" name="examples" rev="1.0.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pcp.parfait', module='examples', version='1.0.0')
)
libraryDependencies += "io.pcp.parfait" % "examples" % "1.0.0"
[io.pcp.parfait/examples "1.0.0"]