License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Net |
GroupId | GroupIdnet.ozwolf |
ArtifactId | ArtifactIddropwizard-raml |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDropWizard RAML
A project containing tools for generating and managing RAML specifications for DropWizard applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-raml-3.0.1.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml/ -->
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>dropwizard-raml</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml/
implementation 'net.ozwolf:dropwizard-raml:3.0.1'
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml/
implementation ("net.ozwolf:dropwizard-raml:3.0.1")
'net.ozwolf:dropwizard-raml:pom:3.0.1'
<dependency org="net.ozwolf" name="dropwizard-raml" rev="3.0.1">
<artifact name="dropwizard-raml" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ozwolf', module='dropwizard-raml', version='3.0.1')
)
libraryDependencies += "net.ozwolf" % "dropwizard-raml" % "3.0.1"
[net.ozwolf/dropwizard-raml "3.0.1"]