Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.patch |
ArtifactId | ArtifactIdfuse-patch-feature-pack |
Version | Version1.6.1 |
Type | Typepom |
Filename | Size |
---|---|
fuse-patch-feature-pack-1.6.1.pom | |
fuse-patch-feature-pack-1.6.1.zip | 4 KB |
Browse |
<!-- 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>1.6.1</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:1.6.1'
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-feature-pack/
implementation ("org.wildfly.extras.patch:fuse-patch-feature-pack:1.6.1")
'org.wildfly.extras.patch:fuse-patch-feature-pack:pom:1.6.1'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-feature-pack" rev="1.6.1">
<artifact name="fuse-patch-feature-pack" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-feature-pack', version='1.6.1')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-feature-pack" % "1.6.1"
[org.wildfly.extras.patch/fuse-patch-feature-pack "1.6.1"]