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