Download raml-loader-0.0.7.jar file - Jar r

Jar examples for r:raml-loader

Description

Helps loading RAML files.

You can download jar file raml-loader 0.0.7 in this page.

Build File

You can use the following script to add raml-loader-0.0.7.jar to your project.

<dependency>
   <groupId>guru.nidi.raml</groupId>
   <artifactId>raml-loader</artifactId>
   <version>0.0.7</version>
</dependency>
compile group: 'guru.nidi.raml', name: 'raml-loader', version: '0.0.7'
libraryDependencies += "guru.nidi.raml" % "raml-loader" % "0.0.7"
<dependency org="guru.nidi.raml" name="raml-loader" rev="0.0.7"/>
@Grapes(@Grab(group='guru.nidi.raml', module='raml-loader', version='0.0.7'))
'guru.nidi.raml:raml-loader:jar:0.0.7'

Download

Click the following link to download the jar file.

raml-loader-0.0.7-javadoc.jar
raml-loader-0.0.7-sources.jar
raml-loader-0.0.7.jar
raml-loader-0.0.7.pom



Related Tutorials