Categories |
CategoriesinspectIT Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdrocks.inspectit |
ArtifactId | ArtifactIdopencensus-influxdb-exporter |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/rocks.inspectit/opencensus-influxdb-exporter/ -->
<dependency>
<groupId>rocks.inspectit</groupId>
<artifactId>opencensus-influxdb-exporter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/rocks.inspectit/opencensus-influxdb-exporter/
implementation 'rocks.inspectit:opencensus-influxdb-exporter:1.0'
// https://jarcasting.com/artifacts/rocks.inspectit/opencensus-influxdb-exporter/
implementation ("rocks.inspectit:opencensus-influxdb-exporter:1.0")
'rocks.inspectit:opencensus-influxdb-exporter:jar:1.0'
<dependency org="rocks.inspectit" name="opencensus-influxdb-exporter" rev="1.0">
<artifact name="opencensus-influxdb-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='rocks.inspectit', module='opencensus-influxdb-exporter', version='1.0')
)
libraryDependencies += "rocks.inspectit" % "opencensus-influxdb-exporter" % "1.0"
[rocks.inspectit/opencensus-influxdb-exporter "1.0"]