Categories |
CategoriesReporting Business Logic Libraries Prometheus Application Testing & Monitoring Monitoring ORM Data |
---|---|
GroupId | GroupIdcom.proofpoint.platform |
ArtifactId | ArtifactIdreporting-prometheus |
Version | Version2.46 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/reporting-prometheus/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>reporting-prometheus</artifactId>
<version>2.46</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/reporting-prometheus/
implementation 'com.proofpoint.platform:reporting-prometheus:2.46'
// https://jarcasting.com/artifacts/com.proofpoint.platform/reporting-prometheus/
implementation ("com.proofpoint.platform:reporting-prometheus:2.46")
'com.proofpoint.platform:reporting-prometheus:jar:2.46'
<dependency org="com.proofpoint.platform" name="reporting-prometheus" rev="2.46">
<artifact name="reporting-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='reporting-prometheus', version='2.46')
)
libraryDependencies += "com.proofpoint.platform" % "reporting-prometheus" % "2.46"
[com.proofpoint.platform/reporting-prometheus "2.46"]