MVN

org.eclipse.wst.wsdl : validation

Maven & Gradle

Nov 27, 2007
4 usages

WSDL Validator

<dependency>
    <groupId>org.eclipse.wst.wsdl</groupId>
    <artifactId>validation</artifactId>
    <version>1.1.201-v200706062140</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.wst.wsdl : validation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.201-v200706062140

All Versions

Choose a version of org.eclipse.wst.wsdl : validation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
validation-1.1.201-v200706062140

How to add a dependency to Maven

Add the following org.eclipse.wst.wsdl : validation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.wst.wsdl</groupId>
    <artifactId>validation</artifactId>
    <version>1.1.201-v200706062140</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.wst.wsdl : validation gradle dependency to your build.gradle file:

implementation 'org.eclipse.wst.wsdl:validation:1.1.201-v200706062140'

Gradle Kotlin DSL: Add the following org.eclipse.wst.wsdl : validation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.wst.wsdl:validation:1.1.201-v200706062140")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.wst.wsdl : validation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.wst.wsdl" % "validation" % "1.1.201-v200706062140"

Advertisement