File | Operation |
---|---|
org.wso2.carbon.prometheus.publisher.feature-4.7.177.pom | download |
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.prometheus.publisher.feature</artifactId>
<version>4.7.177</version>
<type>pom</type>
</dependency>
implementation 'org.wso2.carbon.mediation:org.wso2.carbon.prometheus.publisher.feature:4.7.177'
implementation("org.wso2.carbon.mediation:org.wso2.carbon.prometheus.publisher.feature:4.7.177")
libraryDependencies += "org.wso2.carbon.mediation" % "org.wso2.carbon.prometheus.publisher.feature" % "4.7.177"
@Grapes(
@Grab(group='org.wso2.carbon.mediation', module='org.wso2.carbon.prometheus.publisher.feature', version='4.7.177')
)
<dependency org="org.wso2.carbon.mediation" name="org.wso2.carbon.prometheus.publisher.feature" rev="4.7.177" />
<parent> <groupId>org.wso2.carbon.mediation</groupId> <artifactId>data-agents-features</artifactId> <version>4.7.177</version> </parent>