raml-java-tools

This is a collection of Java tools used to work with RAML 1.0

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.raml
ArtifactId

ArtifactId

raml-java-tools
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

pom
Description

Description

raml-java-tools
This is a collection of Java tools used to work with RAML 1.0
Project URL

Project URL

https://github.com/mulesoft-labs/raml-java-tools
Project Organization

Project Organization

Mulesoft
Source Code Management

Source Code Management

http://github.com/mulesoft-labs/raml-java-tools

Download raml-java-tools

Filename Size
raml-java-tools-1.0.8.pom 13 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • raml-parser-query
  • raml-simple-emitter
  • raml-builder
  • test-utils
  • raml-parser-tools
  • pojo-to-raml
  • raml-to-pojo
  • raml-to-pojo-maven-example
  • raml-to-pojo-maven-plugin

raml-java-tools

This is a collection of Java tools used to work with RAML 1.0. Currently those tools are used by the raml-for-jaxrs project to:

  • Convert RAML specified object declarations into POJOs.
  • Convert POJOs to RAML 1.0 type declarations.
  • Emit a RAML API definition into an output stream.
  • Programmatically build a RAML 1.0 specification.

The other projects are experimental.

Maven artifacts

Maven artifacts are available at:

Releases are also available on Maven Central.

Contributing

If you are interested in contributing some code to this project, thanks! Please submit a Contributors Agreement acknowledging that you are transferring ownership.

To discuss this project:

  • bug/feature request: please file a github issue
  • If you're not sure: you can use the RAML forum or Slack
org.raml

Mulesoft Labs

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0