<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_servlet_jakarta</artifactId>
<version>0.16.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_servlet_jakarta', 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
|-- io.prometheus:simpleclient_servlet_common:0.16.0
provided
|-- jakarta.servlet:jakarta.servlet-api:6.0.0
test
|-- org.assertj:assertj-core:3.23.1