文件名 | 操作 |
---|---|
metrics-parent-4.0.0-alpha4.pom | 下载 |
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>4.0.0-alpha4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-parent', version='4.0.0-alpha4')
)
compile
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.6.2