MVN

org.mule.wsdl : mule-wsdl-parser

Maven & Gradle

Apr 21, 2018
2 usages
3 stars

WSDL Parser · A tool that provides functionality to introspect a WSDL

<dependency>
    <groupId>org.mule.wsdl</groupId>
    <artifactId>mule-wsdl-parser</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.wsdl : mule-wsdl-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.mule.wsdl : mule-wsdl-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mule-wsdl-parser-1.1.1

How to add a dependency to Maven

Add the following org.mule.wsdl : mule-wsdl-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.wsdl</groupId>
    <artifactId>mule-wsdl-parser</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.wsdl : mule-wsdl-parser gradle dependency to your build.gradle file:

implementation 'org.mule.wsdl:mule-wsdl-parser:1.1.1'

Gradle Kotlin DSL: Add the following org.mule.wsdl : mule-wsdl-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.wsdl:mule-wsdl-parser:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.wsdl : mule-wsdl-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.wsdl" % "mule-wsdl-parser" % "1.1.1"

Advertisement