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