<dependency> <groupId>io.dropwizard</groupId> <artifactId>docs</artifactId> <version>2.0.0-rc5</version> </dependency>
implementation 'io.dropwizard:docs:2.0.0-rc5'
implementation("io.dropwizard:docs:2.0.0-rc5")
libraryDependencies += "io.dropwizard" % "docs" % "2.0.0-rc5"
@Grapes( @Grab(group='io.dropwizard', module='docs', version='2.0.0-rc5') )
<dependency org="io.dropwizard" name="docs" rev="2.0.0-rc5" />
[io.dropwizard/docs "2.0.0-rc5"]
'io.dropwizard:docs:jar:2.0.0-rc5'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>2.0.0-rc5</version> </parent>