MVN

de.androbit : raml-converter

Maven & Gradle

Jan 16, 2017
1 usages

raml converter

<dependency>
    <groupId>de.androbit</groupId>
    <artifactId>raml-converter</artifactId>
    <version>0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.androbit : raml-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15

All Versions

Choose a version of de.androbit : raml-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15
raml-converter-0.15
0.14
raml-converter-0.14
0.13
raml-converter-0.13
0.12
raml-converter-0.12
0.11
raml-converter-0.11
0.9
raml-converter-0.9
0.6
raml-converter-0.6
0.3
raml-converter-0.3
0.2
raml-converter-0.2
0.1
raml-converter-0.1

How to add a dependency to Maven

Add the following de.androbit : raml-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.androbit</groupId>
    <artifactId>raml-converter</artifactId>
    <version>0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.androbit : raml-converter gradle dependency to your build.gradle file:

implementation 'de.androbit:raml-converter:0.15'

Gradle Kotlin DSL: Add the following de.androbit : raml-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.androbit:raml-converter:0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.androbit : raml-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.androbit" % "raml-converter" % "0.15"

Advertisement