MVN

eu.inn : java-raml1-parser

Maven & Gradle

May 11, 2016
18 stars
<dependency>
    <groupId>eu.inn</groupId>
    <artifactId>java-raml1-parser</artifactId>
    <version>0.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.inn : java-raml1-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.32

All Versions

Choose a version of eu.inn : java-raml1-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
java-raml1-parser-0.0.32
java-raml1-parser-0.0.31
java-raml1-parser-0.0.30

How to add a dependency to Maven

Add the following eu.inn : java-raml1-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.inn</groupId>
    <artifactId>java-raml1-parser</artifactId>
    <version>0.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.inn : java-raml1-parser gradle dependency to your build.gradle file:

implementation 'eu.inn:java-raml1-parser:0.0.32'

Gradle Kotlin DSL: Add the following eu.inn : java-raml1-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.inn:java-raml1-parser:0.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.inn : java-raml1-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.inn" % "java-raml1-parser" % "0.0.32"

Advertisement