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