MVN

wsdl4j : wsdl4j-qname

Maven & Gradle

Dec 05, 2005
3 usages

QName · Qualified XML naming support

<dependency>
    <groupId>wsdl4j</groupId>
    <artifactId>wsdl4j-qname</artifactId>
    <version>1.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wsdl4j : wsdl4j-qname to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of wsdl4j : wsdl4j-qname to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
wsdl4j-qname-1.6.1
1.5.x
wsdl4j-qname-1.5.2
wsdl4j-qname-1.5.1
1.4
wsdl4j-qname-1.4

How to add a dependency to Maven

Add the following wsdl4j : wsdl4j-qname maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wsdl4j</groupId>
    <artifactId>wsdl4j-qname</artifactId>
    <version>1.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wsdl4j : wsdl4j-qname gradle dependency to your build.gradle file:

implementation 'wsdl4j:wsdl4j-qname:1.5.2'

Gradle Kotlin DSL: Add the following wsdl4j : wsdl4j-qname gradle kotlin dependency to your build.gradle.kts file:

implementation("wsdl4j:wsdl4j-qname:1.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following wsdl4j : wsdl4j-qname sbt scala dependency to your build.sbt file:

libraryDependencies += "wsdl4j" % "wsdl4j-qname" % "1.5.2"

Advertisement

Dependencies from Group

Feb 27, 2013
520 usages
Dec 05, 2005
3 usages

Discover Dependencies

Jan 21, 2014
1 stars
Dec 16, 2014
200 usages
May 24, 2014
2.5k stars
Feb 14, 2006
177 usages
Jul 16, 2014
46 stars
Sep 20, 2005
14 usages
Aug 26, 2013
40 usages
Oct 21, 2010