GroupId | GroupIdorg.perfcake |
---|---|
ArtifactId | ArtifactIdperfcake-parent |
Version | Version6.2 |
Type | Typepom |
Filename | Size |
---|---|
perfcake-parent-6.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/ -->
<dependency>
<groupId>org.perfcake</groupId>
<artifactId>perfcake-parent</artifactId>
<version>6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/
implementation 'org.perfcake:perfcake-parent:6.2'
// https://jarcasting.com/artifacts/org.perfcake/perfcake-parent/
implementation ("org.perfcake:perfcake-parent:6.2")
'org.perfcake:perfcake-parent:pom:6.2'
<dependency org="org.perfcake" name="perfcake-parent" rev="6.2">
<artifact name="perfcake-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.perfcake', module='perfcake-parent', version='6.2')
)
libraryDependencies += "org.perfcake" % "perfcake-parent" % "6.2"
[org.perfcake/perfcake-parent "6.2"]