<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_spring_web</artifactId>
<version>0.2.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_spring_web', version='0.2.0')
)
<parent> <groupId>io.prometheus</groupId> <artifactId>parent</artifactId> <version>0.2.0</version> </parent>
compile
|-- io.prometheus:simpleclient:0.2.0
|-- io.prometheus:simpleclient_common:0.2.0
|-- 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