| GroupId | GroupIdio.fabric8.fab.tests |
|---|---|
| ArtifactId | ArtifactIdtests-project |
| Version | Version1.1.0.Beta5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tests-project-1.1.0.Beta5.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/ -->
<dependency>
<groupId>io.fabric8.fab.tests</groupId>
<artifactId>tests-project</artifactId>
<version>1.1.0.Beta5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/
implementation 'io.fabric8.fab.tests:tests-project:1.1.0.Beta5'
// https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/
implementation ("io.fabric8.fab.tests:tests-project:1.1.0.Beta5")
'io.fabric8.fab.tests:tests-project:pom:1.1.0.Beta5'
<dependency org="io.fabric8.fab.tests" name="tests-project" rev="1.1.0.Beta5">
<artifact name="tests-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.fab.tests', module='tests-project', version='1.1.0.Beta5')
)
libraryDependencies += "io.fabric8.fab.tests" % "tests-project" % "1.1.0.Beta5"
[io.fabric8.fab.tests/tests-project "1.1.0.Beta5"]