#Introduction
The goal of this project is to provide a set of tools making work with RAML 1.0 files easier from Java as well as generating Java artifacts basing on RAML 1.0 files. At this moment it is a playground for Java Types->RAML conversion and back.
#Currently supported
- Common API model on top of RAML 0.8 and RAML 1.0.
- Emitter which allows you to produce RAML code from instances of common model.
- Conversion of Swagger to RAML 1.0 and back.
- Conversion of Java classes and Annotations to RAML Libraries.
- Conversion of RAML Types and Annotations to Java classes.
#Maven artifacts Maven artifacts are available at:
- Maven Central - release repository
- https://oss.sonatype.org/content/repositories/snapshots/ - snaphots repository