MVN

com.playtika.testcontainers : embedded-prometheus

Maven & Gradle

Aug 07, 2023
1 usages
775 stars
<dependency>
    <groupId>com.playtika.testcontainers</groupId>
    <artifactId>embedded-prometheus</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.playtika.testcontainers : embedded-prometheus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2
  • Latest Release Candidate: 3.0.0-RC9

All Versions

Choose a version of com.playtika.testcontainers : embedded-prometheus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
embedded-prometheus-3.0.0-RC9
embedded-prometheus-3.0.0-RC8
embedded-prometheus-3.0.0-RC7
embedded-prometheus-3.0.0-RC6
embedded-prometheus-3.0.0-RC5
embedded-prometheus-3.0.0-RC4
embedded-prometheus-3.0.0-RC3
embedded-prometheus-3.0.0-RC2
embedded-prometheus-3.0.0-RC1
2.3.x
embedded-prometheus-2.3.2
embedded-prometheus-2.3.1
2.2.x
embedded-prometheus-2.2.14
embedded-prometheus-2.2.13
embedded-prometheus-2.2.12
embedded-prometheus-2.2.11
embedded-prometheus-2.2.10
embedded-prometheus-2.2.9
embedded-prometheus-2.2.8
embedded-prometheus-2.2.7
embedded-prometheus-2.2.6
embedded-prometheus-2.2.5
embedded-prometheus-2.2.4
embedded-prometheus-2.2.3
embedded-prometheus-2.2.2
embedded-prometheus-2.2.1
embedded-prometheus-2.2.0
2.1.x
embedded-prometheus-2.1.8
embedded-prometheus-2.1.7
embedded-prometheus-2.1.5
embedded-prometheus-2.1.4
embedded-prometheus-2.1.3
embedded-prometheus-2.1.2
embedded-prometheus-2.1.0
2.0.x
embedded-prometheus-2.0.20
embedded-prometheus-2.0.19
embedded-prometheus-2.0.18
embedded-prometheus-2.0.16
embedded-prometheus-2.0.15
embedded-prometheus-2.0.14
embedded-prometheus-2.0.13
embedded-prometheus-2.0.12
embedded-prometheus-2.0.11
embedded-prometheus-2.0.10
embedded-prometheus-2.0.9

How to add a dependency to Maven

Add the following com.playtika.testcontainers : embedded-prometheus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.playtika.testcontainers</groupId>
    <artifactId>embedded-prometheus</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.playtika.testcontainers : embedded-prometheus gradle dependency to your build.gradle file:

implementation 'com.playtika.testcontainers:embedded-prometheus:2.3.2'

Gradle Kotlin DSL: Add the following com.playtika.testcontainers : embedded-prometheus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.playtika.testcontainers:embedded-prometheus:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.playtika.testcontainers : embedded-prometheus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.playtika.testcontainers" % "embedded-prometheus" % "2.3.2"