s

simpleclient

Core instrumentation library for the simpleclient.
The Apache Software License, Version 2.0
Brian Brazil
Files download
File Operation
simpleclient-0.0.7.jar download
simpleclient-0.0.7.pom download
simpleclient-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.prometheus</groupId>
  <artifactId>simpleclient</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'io.prometheus:simpleclient:0.0.7'
Gradle Kotlin
implementation("io.prometheus:simpleclient:0.0.7")
Scala SBT
libraryDependencies += "io.prometheus" % "simpleclient" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.prometheus', module='simpleclient', version='0.0.7')
)
Apache Ivy
<dependency org="io.prometheus" name="simpleclient" rev="0.0.7" />
Leiningen
[io.prometheus/simpleclient "0.0.7"]
Apache Buildr
'io.prometheus:simpleclient:jar:0.0.7'