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