MVN

net.ozwolf : dropwizard-raml

Maven & Gradle

Jul 09, 2020

DropWizard RAML · A project containing tools for generating and managing RAML specifications for DropWizard applications.

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

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement