文件名 | 操作 |
---|---|
dropwizard-dependencies-3.0.0.pom | 下载 |
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-dependencies', version='3.0.0')
)