Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.patch |
ArtifactId | ArtifactIdfuse-patch-itests |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
fuse-patch-itests-1.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-itests/ -->
<dependency>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch-itests</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-itests/
implementation 'org.wildfly.extras.patch:fuse-patch-itests:1.4.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-itests/
implementation ("org.wildfly.extras.patch:fuse-patch-itests:1.4.0")
'org.wildfly.extras.patch:fuse-patch-itests:pom:1.4.0'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-itests" rev="1.4.0">
<artifact name="fuse-patch-itests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-itests', version='1.4.0')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-itests" % "1.4.0"
[org.wildfly.extras.patch/fuse-patch-itests "1.4.0"]