raml-loader
Load RAML files using different protocols like
- Classpath
- File system
- HTTP
- Github
- API portal
- API designer
License |
License |
---|---|
GroupId | GroupIdguru.nidi.raml |
ArtifactId | ArtifactIdraml-loader |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionraml-loader
Helps loading RAML files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
raml-loader-1.0.1.pom | |
raml-loader-1.0.1.jar | 42 KB |
raml-loader-1.0.1-sources.jar | 30 KB |
raml-loader-1.0.1-javadoc.jar | 215 KB |
Browse |
<!-- 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"]
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 |
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 |
Load RAML files using different protocols like