<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_spring_web</artifactId>
<version>0.8.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_spring_web', version='0.8.1')
)
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.8.1</version> </parent>
compile
|-- io.prometheus:simpleclient:0.8.1
|-- io.prometheus:simpleclient_common:0.8.1
|-- org.springframework:spring-web:4.3.9.RELEASE
|-- org.springframework:spring-aop:4.3.9.RELEASE
|-- org.springframework:spring-context:4.3.9.RELEASE
|-- org.aspectj:aspectjweaver:1.8.6
|-- org.apache.commons:commons-lang3:3.4
test
|-- junit:junit:4.12