<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_jetty_jdk8</artifactId>
<version>0.0.24</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_jetty_jdk8', version='0.0.24')
)
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.0.24</version> </parent>
compile
|-- io.prometheus:simpleclient:0.0.24
|-- io.prometheus:simpleclient_jetty:0.0.24
|-- org.eclipse.jetty:jetty-server:9.4.4.v20170414
|-- org.eclipse.jetty:jetty-servlet:9.4.4.v20170414
test
|-- junit:junit:4.11