is not current version
Last Version 2.0.0-rc5

io.dropwizard:docs 2.0.0-rc0+test8


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

docs
Version

Version

2.0.0-rc0+test8
Type

Type

jar

Download docs 2.0.0-rc0+test8


<!-- https://jarcasting.com/artifacts/io.dropwizard/docs/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>docs</artifactId>
    <version>2.0.0-rc0+test8</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/docs/
implementation 'io.dropwizard:docs:2.0.0-rc0+test8'
// https://jarcasting.com/artifacts/io.dropwizard/docs/
implementation ("io.dropwizard:docs:2.0.0-rc0+test8")
'io.dropwizard:docs:jar:2.0.0-rc0+test8'
<dependency org="io.dropwizard" name="docs" rev="2.0.0-rc0+test8">
  <artifact name="docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='docs', version='2.0.0-rc0+test8')
)
libraryDependencies += "io.dropwizard" % "docs" % "2.0.0-rc0+test8"
[io.dropwizard/docs "2.0.0-rc0+test8"]