Files download
File Operation
client_2.12.0-RC1-0.3.0.jar download
client_2.12.0-RC1-0.3.0.pom download
client_2.12.0-RC1-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.lyranthe.prometheus</groupId>
  <artifactId>client_2.12.0-RC1</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.lyranthe.prometheus:client_2.12.0-RC1:0.3.0'
Gradle Kotlin
implementation("org.lyranthe.prometheus:client_2.12.0-RC1:0.3.0")
Scala SBT
libraryDependencies += "org.lyranthe.prometheus" % "client_2.12.0-RC1" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.lyranthe.prometheus', module='client_2.12.0-RC1', version='0.3.0')
)
Apache Ivy
<dependency org="org.lyranthe.prometheus" name="client_2.12.0-RC1" rev="0.3.0" />
Leiningen
[org.lyranthe.prometheus/client_2.12.0-RC1 "0.3.0"]
Apache Buildr
'org.lyranthe.prometheus:client_2.12.0-RC1:jar:0.3.0'