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