| Группа | Группаio.fabric8.fab.tests |
|---|---|
| Идентификатор | Идентификаторtests-project |
| Версия | Версия1.0.0.redhat-412 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tests-project-1.0.0.redhat-412.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/ -->
<dependency>
<groupId>io.fabric8.fab.tests</groupId>
<artifactId>tests-project</artifactId>
<version>1.0.0.redhat-412</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/
implementation 'io.fabric8.fab.tests:tests-project:1.0.0.redhat-412'
// https://jarcasting.com/artifacts/io.fabric8.fab.tests/tests-project/
implementation ("io.fabric8.fab.tests:tests-project:1.0.0.redhat-412")
'io.fabric8.fab.tests:tests-project:pom:1.0.0.redhat-412'
<dependency org="io.fabric8.fab.tests" name="tests-project" rev="1.0.0.redhat-412">
<artifact name="tests-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.fab.tests', module='tests-project', version='1.0.0.redhat-412')
)
libraryDependencies += "io.fabric8.fab.tests" % "tests-project" % "1.0.0.redhat-412"
[io.fabric8.fab.tests/tests-project "1.0.0.redhat-412"]