MVN

com.ibm.websphere.appserver.features : wsSecurity-1.1

Maven & Gradle

Jul 15, 2019
6 usages

Web Service Security 1.1 · This feature provides support for securing JAX-WS web services using a WS-Security policy.

<dependency>
    <groupId>com.ibm.websphere.appserver.features</groupId>
    <artifactId>wsSecurity-1.1</artifactId>
    <version>19.0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.websphere.appserver.features : wsSecurity-1.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.0.0.7

All Versions

Choose a version of com.ibm.websphere.appserver.features : wsSecurity-1.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.0.x
wsSecurity-1.1-19.0.0.7
wsSecurity-1.1-19.0.0.6
wsSecurity-1.1-19.0.0.5
wsSecurity-1.1-19.0.0.4
wsSecurity-1.1-19.0.0.3
wsSecurity-1.1-19.0.0.2
wsSecurity-1.1-19.0.0.1
18.0.x
wsSecurity-1.1-18.0.0.4
wsSecurity-1.1-18.0.0.3
wsSecurity-1.1-18.0.0.2

How to add a dependency to Maven

Add the following com.ibm.websphere.appserver.features : wsSecurity-1.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.websphere.appserver.features</groupId>
    <artifactId>wsSecurity-1.1</artifactId>
    <version>19.0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.websphere.appserver.features : wsSecurity-1.1 gradle dependency to your build.gradle file:

implementation 'com.ibm.websphere.appserver.features:wsSecurity-1.1:19.0.0.7'

Gradle Kotlin DSL: Add the following com.ibm.websphere.appserver.features : wsSecurity-1.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.websphere.appserver.features:wsSecurity-1.1:19.0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.websphere.appserver.features : wsSecurity-1.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.websphere.appserver.features" % "wsSecurity-1.1" % "19.0.0.7"

Advertisement