| License |
License |
|---|---|
| GroupId | GroupIdcz.xtf |
| ArtifactId | ArtifactIdparent |
| Version | Version0.22 |
| Type | Typepom |
| Description |
DescriptionXTF
XTF is a framework designed to ease up aspects of testing in OpenShift environment.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.22.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.xtf/parent/ -->
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>parent</artifactId>
<version>0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.xtf/parent/
implementation 'cz.xtf:parent:0.22'
// https://jarcasting.com/artifacts/cz.xtf/parent/
implementation ("cz.xtf:parent:0.22")
'cz.xtf:parent:pom:0.22'
<dependency org="cz.xtf" name="parent" rev="0.22">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.xtf', module='parent', version='0.22')
)
libraryDependencies += "cz.xtf" % "parent" % "0.22"
[cz.xtf/parent "0.22"]