<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_servlet</artifactId>
<version>0.9.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_servlet', version='0.9.0')
)
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.9.0</version> </parent>
compile
|-- io.prometheus:simpleclient:0.9.0
|-- io.prometheus:simpleclient_common:0.9.0
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- junit:junit:4.11
|-- org.assertj:assertj-core:2.6.0