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