MVN

net.ozwolf : dropwizard-raml-maven-plugin

Maven & Gradle

Jul 09, 2020

DropWizard RAML Maven Plugin · A Maven plugin for generating RAML specifications from code during the Maven build pipeline.

<plugin>
    <groupId>net.ozwolf</groupId>
    <artifactId>dropwizard-raml-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ozwolf : dropwizard-raml-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of net.ozwolf : dropwizard-raml-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
dropwizard-raml-maven-plugin-3.0.1
dropwizard-raml-maven-plugin-3.0.0
2.3.x
dropwizard-raml-maven-plugin-2.3.1
dropwizard-raml-maven-plugin-2.3.0
2.2.x
dropwizard-raml-maven-plugin-2.2.1
dropwizard-raml-maven-plugin-2.2.0
2.1.x
dropwizard-raml-maven-plugin-2.1.0
2.0.x
dropwizard-raml-maven-plugin-2.0.0
1.1.x
dropwizard-raml-maven-plugin-1.1.1
dropwizard-raml-maven-plugin-1.1.0
1.0.x
dropwizard-raml-maven-plugin-1.0.3
dropwizard-raml-maven-plugin-1.0.2
dropwizard-raml-maven-plugin-1.0.1
dropwizard-raml-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.ozwolf</groupId>
    <artifactId>dropwizard-raml-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>

Advertisement