Maven Repository - POM file for Web Service wsdl4j 1.6.3 1.6.3

Summary

WSDL4J.

Java stub generator for WSDL.

Declaration

Here is the list of declaration for wsdl4j. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>wsdl4j</groupId>
   <artifactId>wsdl4j</artifactId>
   <version>1.6.3</version>
</dependency>

If you think this Maven repository POM file listing for wsdl4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:CPL
URL: http://www.opensource.org/licenses/cpl1.0.txt.

Depended by

The following table lists the most popular artifacts which are depending on wsdl4j-1.6.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicecxf-bundle-jaxrs 2.7.7
Apache CXF JAX-RS Bundle Jar
5




Packages

The following packages are defined in the wsdl4j-1.6.3.jar

com.ibm.wsdl
com.ibm.wsdl.extensions
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.factory
com.ibm.wsdl.util
com.ibm.wsdl.util.xml
com.ibm.wsdl.xml
javax.wsdl
javax.wsdl.extensions
javax.wsdl.extensions.http
javax.wsdl.extensions.mime
javax.wsdl.extensions.schema
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap12
javax.wsdl.factory
javax.wsdl.xml




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>wsdl4j</groupId>
    <artifactId>wsdl4j</artifactId>
    <version>1.6.3</version>
    <packaging>jar</packaging>
    <name>WSDL4J</name>
    <url>http://sf.net/projects/wsdl4j</url>
    <description>Java stub generator for WSDL</description>
    <dependencies/>
    <licenses>
        <license>
            <name>CPL</name>
            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
            <distribution>repo</distribution>
            <comments>Common Public License</comments>
        </license>
    </licenses>
    <scm>
        <connection>scm:cvs:pserver:anonymous@wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</connection>
        <developerConnection>scm:cvs:pserver:wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
        <url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
    </scm>
    
</project>