<dependency>
<groupId>io.github.qsy7.java.infrastructure.metrics.modules</groupId>
<artifactId>prometheus</artifactId>
<version>providers</version>
</dependency>
implementation group: 'io.github.qsy7.java.infrastructure.metrics.modules', name: 'prometheus', version: 'providers'
implementation 'io.github.qsy7.java.infrastructure.metrics.modules:prometheus:providers'
implementation("io.github.qsy7.java.infrastructure.metrics.modules:prometheus:providers")
libraryDependencies += "io.github.qsy7.java.infrastructure.metrics.modules" % "prometheus" % "providers"
<dependency org="io.github.qsy7.java.infrastructure.metrics.modules" name="prometheus" rev="providers"/>
@Grapes(
@Grab(group='io.github.qsy7.java.infrastructure.metrics.modules', module='prometheus', version='providers')
)
[io.github.qsy7.java.infrastructure.metrics.modules/prometheus "providers"]
'io.github.qsy7.java.infrastructure.metrics.modules:prometheus:jar:providers'