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