MVN

com.avast : sst-micrometer-prometheus-pureconfig_2.13

Maven & Gradle

Feb 02, 2023
194 stars

sst-micrometer-prometheus-pureconfig · Functional programming toolkit for building server applications in Scala.

<dependency>
    <groupId>com.avast</groupId>
    <artifactId>sst-micrometer-prometheus-pureconfig_2.13</artifactId>
    <version>0.18.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avast : sst-micrometer-prometheus-pureconfig_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.4

All Versions

Choose a version of com.avast : sst-micrometer-prometheus-pureconfig_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
sst-micrometer-prometheus-pureconfig_2.13-0.18.4
sst-micrometer-prometheus-pureconfig_2.13-0.18.3
sst-micrometer-prometheus-pureconfig_2.13-0.18.2
sst-micrometer-prometheus-pureconfig_2.13-0.18.1
sst-micrometer-prometheus-pureconfig_2.13-0.18.0
0.17.x
sst-micrometer-prometheus-pureconfig_2.13-0.17.2
sst-micrometer-prometheus-pureconfig_2.13-0.17.1
sst-micrometer-prometheus-pureconfig_2.13-0.17.0
0.16.x
sst-micrometer-prometheus-pureconfig_2.13-0.16.3
sst-micrometer-prometheus-pureconfig_2.13-0.16.2
sst-micrometer-prometheus-pureconfig_2.13-0.16.1
sst-micrometer-prometheus-pureconfig_2.13-0.16.0
0.15.x
sst-micrometer-prometheus-pureconfig_2.13-0.15.8
sst-micrometer-prometheus-pureconfig_2.13-0.15.7
sst-micrometer-prometheus-pureconfig_2.13-0.15.6
sst-micrometer-prometheus-pureconfig_2.13-0.15.5
sst-micrometer-prometheus-pureconfig_2.13-0.15.4
sst-micrometer-prometheus-pureconfig_2.13-0.15.3
sst-micrometer-prometheus-pureconfig_2.13-0.15.2
sst-micrometer-prometheus-pureconfig_2.13-0.15.1
sst-micrometer-prometheus-pureconfig_2.13-0.15.0
0.14.x
sst-micrometer-prometheus-pureconfig_2.13-0.14.6
sst-micrometer-prometheus-pureconfig_2.13-0.14.5
sst-micrometer-prometheus-pureconfig_2.13-0.14.4
sst-micrometer-prometheus-pureconfig_2.13-0.14.3
sst-micrometer-prometheus-pureconfig_2.13-0.14.2
sst-micrometer-prometheus-pureconfig_2.13-0.14.0

How to add a dependency to Maven

Add the following com.avast : sst-micrometer-prometheus-pureconfig_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.avast</groupId>
    <artifactId>sst-micrometer-prometheus-pureconfig_2.13</artifactId>
    <version>0.18.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avast : sst-micrometer-prometheus-pureconfig_2.13 gradle dependency to your build.gradle file:

implementation 'com.avast:sst-micrometer-prometheus-pureconfig_2.13:0.18.4'

Gradle Kotlin DSL: Add the following com.avast : sst-micrometer-prometheus-pureconfig_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avast:sst-micrometer-prometheus-pureconfig_2.13:0.18.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avast : sst-micrometer-prometheus-pureconfig_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avast" % "sst-micrometer-prometheus-pureconfig_2.13" % "0.18.4"

Advertisement