Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.patch |
ArtifactId | ArtifactIdfuse-patch-feature-pack |
Version | Version2.7.0.redhat-7 |
Type | Typepom |
<!-- 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-7</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-7'
// 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-7")
'org.wildfly.extras.patch:fuse-patch-feature-pack:pom:2.7.0.redhat-7'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-feature-pack" rev="2.7.0.redhat-7">
<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-7')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-feature-pack" % "2.7.0.redhat-7"
[org.wildfly.extras.patch/fuse-patch-feature-pack "2.7.0.redhat-7"]