<dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>1.6.17</version> <type>bundle</type> </dependency>
implementation 'org.apache.ws.security:wss4j:1.6.17'
implementation("org.apache.ws.security:wss4j:1.6.17")
libraryDependencies += "org.apache.ws.security" % "wss4j" % "1.6.17"
@Grapes( @Grab(group='org.apache.ws.security', module='wss4j', version='1.6.17') )
<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.17" />
[org.apache.ws.security/wss4j "1.6.17"]
'org.apache.ws.security:wss4j:jar:1.6.17'
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>14</version> </parent>
compile
|-- commons-logging:commons-logging:1.1.1
|-- org.apache.santuario:xmlsec:1.5.7
|-- org.opensaml:opensaml:2.5.1-1
provided
|-- xalan:xalan:2.7.2
|-- xerces:xercesImpl:2.9.1
|-- xml-apis:xml-apis:1.3.04
test
|-- junit:junit:4.11
|-- org.slf4j:slf4j-log4j12:1.7.7
|-- log4j:log4j:1.2.17