Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdio.github.podile |
ArtifactId | ArtifactIdcassandra-exporter-agent |
Version | Version0.9.11.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.podile/cassandra-exporter-agent/ -->
<dependency>
<groupId>io.github.podile</groupId>
<artifactId>cassandra-exporter-agent</artifactId>
<version>0.9.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.podile/cassandra-exporter-agent/
implementation 'io.github.podile:cassandra-exporter-agent:0.9.11.2'
// https://jarcasting.com/artifacts/io.github.podile/cassandra-exporter-agent/
implementation ("io.github.podile:cassandra-exporter-agent:0.9.11.2")
'io.github.podile:cassandra-exporter-agent:jar:0.9.11.2'
<dependency org="io.github.podile" name="cassandra-exporter-agent" rev="0.9.11.2">
<artifact name="cassandra-exporter-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.podile', module='cassandra-exporter-agent', version='0.9.11.2')
)
libraryDependencies += "io.github.podile" % "cassandra-exporter-agent" % "0.9.11.2"
[io.github.podile/cassandra-exporter-agent "0.9.11.2"]