raml-loader

Helps loading RAML files.

License

License

GroupId

GroupId

guru.nidi.raml
ArtifactId

ArtifactId

raml-loader
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

raml-loader
Helps loading RAML files.
Project URL

Project URL

https://github.com/nidi3/raml-loader
Source Code Management

Source Code Management

https://github.com/nidi3/raml-loader

Download raml-loader

How to add to project

<!-- https://jarcasting.com/artifacts/guru.nidi.raml/raml-loader/ -->
<dependency>
    <groupId>guru.nidi.raml</groupId>
    <artifactId>raml-loader</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-loader/
implementation 'guru.nidi.raml:raml-loader:1.0.1'
// https://jarcasting.com/artifacts/guru.nidi.raml/raml-loader/
implementation ("guru.nidi.raml:raml-loader:1.0.1")
'guru.nidi.raml:raml-loader:jar:1.0.1'
<dependency org="guru.nidi.raml" name="raml-loader" rev="1.0.1">
  <artifact name="raml-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.nidi.raml', module='raml-loader', version='1.0.1')
)
libraryDependencies += "guru.nidi.raml" % "raml-loader" % "1.0.1"
[guru.nidi.raml/raml-loader "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.raml : raml-parser-2 jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : jul-to-slf4j jar 1.7.21
org.apache.httpcomponents : httpclient jar 4.4.1

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.3
junit : junit jar 4.12
guru.nidi : code-assert jar 0.0.5
org.apache.tomcat.embed : tomcat-embed-core jar 7.0.61
org.apache.tomcat.embed : tomcat-embed-logging-juli jar 7.0.61
org.apache.tomcat.embed : tomcat-embed-jasper jar 7.0.61

Project Modules

There are no modules declared in this project.

raml-loader

Build Status codecov License

Load RAML files using different protocols like

  • Classpath
  • File system
  • HTTP
  • Github
  • API portal
  • API designer

Versions

Version
1.0.1
1.0.0
0.8.1
0.8.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1