RAML Converter
RAML converter is a RAML conversion library. It contains a HTML generator adaption of raml2html using handlebars.java
License
MIT, see LICENSE file
| License |
License |
|---|---|
| GroupId | GroupIdde.androbit |
| ArtifactId | ArtifactIdraml-converter-root |
| Last Version | Last Version0.15 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionraml converter root pom
toolkit to use and convert RAML files
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| raml-converter-root-0.15.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.androbit/raml-converter-root/ -->
<dependency>
<groupId>de.androbit</groupId>
<artifactId>raml-converter-root</artifactId>
<version>0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.androbit/raml-converter-root/
implementation 'de.androbit:raml-converter-root:0.15'
// https://jarcasting.com/artifacts/de.androbit/raml-converter-root/
implementation ("de.androbit:raml-converter-root:0.15")
'de.androbit:raml-converter-root:pom:0.15'
<dependency org="de.androbit" name="raml-converter-root" rev="0.15">
<artifact name="raml-converter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.androbit', module='raml-converter-root', version='0.15')
)
libraryDependencies += "de.androbit" % "raml-converter-root" % "0.15"
[de.androbit/raml-converter-root "0.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.assertj : assertj-core | jar | 2.5.0 |
| org.jodd : jodd-lagarto | jar | 3.7.1 |
RAML converter is a RAML conversion library. It contains a HTML generator adaption of raml2html using handlebars.java
MIT, see LICENSE file