Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.patch |
ArtifactId | ArtifactIdfuse-patch-jaxws |
Version | Version3.0.0 |
Type | Typewar |
Filename | Size |
---|---|
fuse-patch-jaxws-3.0.0.pom | |
fuse-patch-jaxws-3.0.0.war | 7 KB |
fuse-patch-jaxws-3.0.0-sources.jar | 2 KB |
fuse-patch-jaxws-3.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-jaxws/ -->
<dependency>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch-jaxws</artifactId>
<version>3.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-jaxws/
implementation 'org.wildfly.extras.patch:fuse-patch-jaxws:3.0.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-jaxws/
implementation ("org.wildfly.extras.patch:fuse-patch-jaxws:3.0.0")
'org.wildfly.extras.patch:fuse-patch-jaxws:war:3.0.0'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-jaxws" rev="3.0.0">
<artifact name="fuse-patch-jaxws" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-jaxws', version='3.0.0')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-jaxws" % "3.0.0"
[org.wildfly.extras.patch/fuse-patch-jaxws "3.0.0"]