r

raml-loader

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