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