o

org.wso2.carbon.prometheus.publisher.feature

This feature contains the core bundles required for publishing statistical data to Prometheus
http://wso2.org
Files download
File Operation
org.wso2.carbon.prometheus.publisher.feature-4.7.205.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.mediation</groupId>
  <artifactId>org.wso2.carbon.prometheus.publisher.feature</artifactId>
  <version>4.7.205</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.mediation:org.wso2.carbon.prometheus.publisher.feature:4.7.205'
Gradle Kotlin
implementation("org.wso2.carbon.mediation:org.wso2.carbon.prometheus.publisher.feature:4.7.205")
Scala SBT
libraryDependencies += "org.wso2.carbon.mediation" % "org.wso2.carbon.prometheus.publisher.feature" % "4.7.205"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.mediation', module='org.wso2.carbon.prometheus.publisher.feature', version='4.7.205')
)
Apache Ivy
<dependency org="org.wso2.carbon.mediation" name="org.wso2.carbon.prometheus.publisher.feature" rev="4.7.205" />
Leiningen
[org.wso2.carbon.mediation/org.wso2.carbon.prometheus.publisher.feature "4.7.205"]
Apache Buildr
'org.wso2.carbon.mediation:org.wso2.carbon.prometheus.publisher.feature:jar:4.7.205'