GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
cukes-parent-0.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-parent/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-parent/
implementation 'lv.ctco.cukes:cukes-parent:0.0.1'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-parent/
implementation ("lv.ctco.cukes:cukes-parent:0.0.1")
'lv.ctco.cukes:cukes-parent:pom:0.0.1'
<dependency org="lv.ctco.cukes" name="cukes-parent" rev="0.0.1">
<artifact name="cukes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-parent', version='0.0.1')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-parent" % "0.0.1"
[lv.ctco.cukes/cukes-parent "0.0.1"]