MVN

com.rackspace.cloud.api : wadl-tools

Maven & Gradle

Jan 07, 2015
3 usages
19 stars

WADL Tools · This projects mainly puts resourecs (XSLs, XSDs, etc.) in a jar, so that they can be accessed through maven.

<dependency>
    <groupId>com.rackspace.cloud.api</groupId>
    <artifactId>wadl-tools</artifactId>
    <version>1.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rackspace.cloud.api : wadl-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.29

All Versions

Choose a version of com.rackspace.cloud.api : wadl-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
wadl-tools-1.0.29
wadl-tools-1.0.28
wadl-tools-1.0.27
wadl-tools-1.0.26
wadl-tools-1.0.25
wadl-tools-1.0.24
wadl-tools-1.0.23
wadl-tools-1.0.22
wadl-tools-1.0.21
wadl-tools-1.0.20
wadl-tools-1.0.19
wadl-tools-1.0.18
wadl-tools-1.0.17

How to add a dependency to Maven

Add the following com.rackspace.cloud.api : wadl-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rackspace.cloud.api</groupId>
    <artifactId>wadl-tools</artifactId>
    <version>1.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rackspace.cloud.api : wadl-tools gradle dependency to your build.gradle file:

implementation 'com.rackspace.cloud.api:wadl-tools:1.0.29'

Gradle Kotlin DSL: Add the following com.rackspace.cloud.api : wadl-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rackspace.cloud.api:wadl-tools:1.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rackspace.cloud.api : wadl-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rackspace.cloud.api" % "wadl-tools" % "1.0.29"

Advertisement