License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Net |
GroupId | GroupIdnet.ozwolf |
ArtifactId | ArtifactIddropwizard-raml-annotations |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropWizard RAML Annotations
Library that contains extra annotations to use in conjunction with DropWizard JAX-RS resources and
Jackson API entities to document your service.
|
<!-- https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-annotations/ -->
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>dropwizard-raml-annotations</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-annotations/
implementation 'net.ozwolf:dropwizard-raml-annotations:3.0.1'
// https://jarcasting.com/artifacts/net.ozwolf/dropwizard-raml-annotations/
implementation ("net.ozwolf:dropwizard-raml-annotations:3.0.1")
'net.ozwolf:dropwizard-raml-annotations:jar:3.0.1'
<dependency org="net.ozwolf" name="dropwizard-raml-annotations" rev="3.0.1">
<artifact name="dropwizard-raml-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ozwolf', module='dropwizard-raml-annotations', version='3.0.1')
)
libraryDependencies += "net.ozwolf" % "dropwizard-raml-annotations" % "3.0.1"
[net.ozwolf/dropwizard-raml-annotations "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 1.3.8 |