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