| License |
License |
|---|---|
| GroupId | GroupIdcz.xtf |
| ArtifactId | ArtifactIdxtf-parent |
| Last Version | Last Version0.26 |
| Release Date | Release Date |
| 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 |
|---|---|
| xtf-parent-0.26.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.xtf/xtf-parent/ -->
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>xtf-parent</artifactId>
<version>0.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.xtf/xtf-parent/
implementation 'cz.xtf:xtf-parent:0.26'
// https://jarcasting.com/artifacts/cz.xtf/xtf-parent/
implementation ("cz.xtf:xtf-parent:0.26")
'cz.xtf:xtf-parent:pom:0.26'
<dependency org="cz.xtf" name="xtf-parent" rev="0.26">
<artifact name="xtf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.xtf', module='xtf-parent', version='0.26')
)
libraryDependencies += "cz.xtf" % "xtf-parent" % "0.26"
[cz.xtf/xtf-parent "0.26"]