r

raml-loader

Helps loading RAML files.
https://github.com/nidi3/raml-loader
Files download
File Operation
raml-loader-1.0.0.jar download
raml-loader-1.0.0.pom download
raml-loader-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>guru.nidi.raml</groupId>
  <artifactId>raml-loader</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'guru.nidi.raml:raml-loader:1.0.0'
Gradle Kotlin
implementation("guru.nidi.raml:raml-loader:1.0.0")
Scala SBT
libraryDependencies += "guru.nidi.raml" % "raml-loader" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='guru.nidi.raml', module='raml-loader', version='1.0.0')
)
Apache Ivy
<dependency org="guru.nidi.raml" name="raml-loader" rev="1.0.0" />
Leiningen
[guru.nidi.raml/raml-loader "1.0.0"]
Apache Buildr
'guru.nidi.raml:raml-loader:jar:1.0.0'