MVN

guru.nidi.raml : raml-tester-standalone

Maven & Gradle

Jun 08, 2016
12 stars

This is the proxy bundled with all its dependencies, to be used on the command line.

<dependency>
    <groupId>guru.nidi.raml</groupId>
    <artifactId>raml-tester-standalone</artifactId>
    <version>0.8.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.nidi.raml : raml-tester-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.12

All Versions

Choose a version of guru.nidi.raml : raml-tester-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
raml-tester-standalone-0.8.12
raml-tester-standalone-0.8.11
raml-tester-standalone-0.8.10
raml-tester-standalone-0.8.9
raml-tester-standalone-0.8.8
raml-tester-standalone-0.8.7
raml-tester-standalone-0.8.6
raml-tester-standalone-0.8.5
raml-tester-standalone-0.8.4
raml-tester-standalone-0.8.3
raml-tester-standalone-0.8.2
raml-tester-standalone-0.8.1
raml-tester-standalone-0.8.0
0.0.x
raml-tester-standalone-0.0.4

How to add a dependency to Maven

Add the following guru.nidi.raml : raml-tester-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>guru.nidi.raml</groupId>
    <artifactId>raml-tester-standalone</artifactId>
    <version>0.8.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following guru.nidi.raml : raml-tester-standalone gradle dependency to your build.gradle file:

implementation 'guru.nidi.raml:raml-tester-standalone:0.8.12'

Gradle Kotlin DSL: Add the following guru.nidi.raml : raml-tester-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("guru.nidi.raml:raml-tester-standalone:0.8.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following guru.nidi.raml : raml-tester-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "guru.nidi.raml" % "raml-tester-standalone" % "0.8.12"

Advertisement