r

raml-loader

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