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