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