MVN

org.apache.wss4j : integration

Maven & Gradle

Dec 05, 2016

Apache WSS4J WS-Security Integration

<dependency>
    <groupId>org.apache.wss4j</groupId>
    <artifactId>integration</artifactId>
    <version>2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.wss4j : integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.10
  • Latest Release Candidate: 2.0.0-rc1
  • Latest Beta: 2.0-beta

All Versions

Choose a version of org.apache.wss4j : integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
integration-2.0.10
integration-2.0.9
integration-2.0.8
integration-2.0.7
integration-2.0.6
integration-2.0.5
integration-2.0.4
integration-2.0.3
integration-2.0.2
integration-2.0.1
integration-2.0.0
integration-2.0.0-rc1
2.0
integration-2.0-beta

How to add a dependency to Maven

Add the following org.apache.wss4j : integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.wss4j</groupId>
    <artifactId>integration</artifactId>
    <version>2.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.wss4j : integration gradle dependency to your build.gradle file:

implementation 'org.apache.wss4j:integration:2.0.10'

Gradle Kotlin DSL: Add the following org.apache.wss4j : integration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.wss4j:integration:2.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.wss4j : integration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.wss4j" % "integration" % "2.0.10"