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