s

simpleclient

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