MVN

org.mule.modules : mule-module-wssecurity

Maven & Gradle

May 14, 2008
3 usages

Web Service Security · Mule WS-Security uses Apache's WSS4J and XFire's WSS4JHandlers to secure WebServices using SOAP

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-wssecurity</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.modules : mule-module-wssecurity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of org.mule.modules : mule-module-wssecurity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mule-module-wssecurity-2.0.0-RC2
mule-module-wssecurity-2.0.0-RC1
mule-module-wssecurity-2.0.0-M2
2.0
mule-module-wssecurity-2.0-M1
1.4.x
mule-module-wssecurity-1.4.4
mule-module-wssecurity-1.4.3
mule-module-wssecurity-1.4.2
mule-module-wssecurity-1.4.1
1.4
mule-module-wssecurity-1.4-RC1

How to add a dependency to Maven

Add the following org.mule.modules : mule-module-wssecurity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-wssecurity</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.modules : mule-module-wssecurity gradle dependency to your build.gradle file:

implementation 'org.mule.modules:mule-module-wssecurity:1.4.4'

Gradle Kotlin DSL: Add the following org.mule.modules : mule-module-wssecurity gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.modules:mule-module-wssecurity:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.modules : mule-module-wssecurity sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.modules" % "mule-module-wssecurity" % "1.4.4"

Advertisement