Categories |
CategoriesCassandra Data Databases Glowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot.instrumentation |
ArtifactId | ArtifactIdinstrumentation-cassandra |
Version | Version0.14.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-cassandra/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-cassandra</artifactId>
<version>0.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-cassandra/
implementation 'org.glowroot.instrumentation:instrumentation-cassandra:0.14.4'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-cassandra/
implementation ("org.glowroot.instrumentation:instrumentation-cassandra:0.14.4")
'org.glowroot.instrumentation:instrumentation-cassandra:jar:0.14.4'
<dependency org="org.glowroot.instrumentation" name="instrumentation-cassandra" rev="0.14.4">
<artifact name="instrumentation-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-cassandra', version='0.14.4')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-cassandra" % "0.14.4"
[org.glowroot.instrumentation/instrumentation-cassandra "0.14.4"]