<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_spring_web</artifactId>
<version>0.0.22</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_spring_web', 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
|-- org.springframework:spring-web:4.2.5.RELEASE
|-- org.springframework:spring-aop:4.2.5.RELEASE
|-- org.springframework:spring-context:4.2.5.RELEASE
|-- org.aspectj:aspectjweaver:1.8.6
|-- org.apache.commons:commons-lang3:3.4
test
|-- junit:junit:4.12