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