s

simpleclient_common

Common code used by various modules of the Simpleclient.
The Apache Software License, Version 2.0
Brian Brazil
Files download
File Operation
simpleclient_common-0.11.0.jar download
simpleclient_common-0.11.0.pom download
simpleclient_common-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.prometheus</groupId>
  <artifactId>simpleclient_common</artifactId>
  <version>0.11.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.prometheus:simpleclient_common:0.11.0'
Gradle Kotlin
implementation("io.prometheus:simpleclient_common:0.11.0")
Scala SBT
libraryDependencies += "io.prometheus" % "simpleclient_common" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='io.prometheus', module='simpleclient_common', version='0.11.0')
)
Apache Ivy
<dependency org="io.prometheus" name="simpleclient_common" rev="0.11.0" />
Leiningen
[io.prometheus/simpleclient_common "0.11.0"]
Apache Buildr
'io.prometheus:simpleclient_common:jar:0.11.0'