| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly.extras.patch |
| Идентификатор | Идентификаторfuse-patch-feature-pack |
| Версия | Версия2.7.0.redhat-5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| fuse-patch-feature-pack-2.7.0.redhat-5.pom | |
| fuse-patch-feature-pack-2.7.0.redhat-5.zip | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-feature-pack/ -->
<dependency>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch-feature-pack</artifactId>
<version>2.7.0.redhat-5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-feature-pack/
implementation 'org.wildfly.extras.patch:fuse-patch-feature-pack:2.7.0.redhat-5'
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-feature-pack/
implementation ("org.wildfly.extras.patch:fuse-patch-feature-pack:2.7.0.redhat-5")
'org.wildfly.extras.patch:fuse-patch-feature-pack:pom:2.7.0.redhat-5'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-feature-pack" rev="2.7.0.redhat-5">
<artifact name="fuse-patch-feature-pack" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-feature-pack', version='2.7.0.redhat-5')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-feature-pack" % "2.7.0.redhat-5"
[org.wildfly.extras.patch/fuse-patch-feature-pack "2.7.0.redhat-5"]