| License |
License |
|---|---|
| Categories |
CategoriesContainer Prometheus Application Testing & Monitoring Monitoring |
| GroupId | GroupIdcom.playtika.testcontainers |
| ArtifactId | ArtifactIdembedded-prometheus |
| Version | Version2.1.0 |
| Type | Typejar |
| Description |
DescriptionParent pom for all embedded testcontainers
|
<!-- https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-prometheus/ -->
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-prometheus</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-prometheus/
implementation 'com.playtika.testcontainers:embedded-prometheus:2.1.0'
// https://jarcasting.com/artifacts/com.playtika.testcontainers/embedded-prometheus/
implementation ("com.playtika.testcontainers:embedded-prometheus:2.1.0")
'com.playtika.testcontainers:embedded-prometheus:jar:2.1.0'
<dependency org="com.playtika.testcontainers" name="embedded-prometheus" rev="2.1.0">
<artifact name="embedded-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playtika.testcontainers', module='embedded-prometheus', version='2.1.0')
)
libraryDependencies += "com.playtika.testcontainers" % "embedded-prometheus" % "2.1.0"
[com.playtika.testcontainers/embedded-prometheus "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.playtika.testcontainers : testcontainers-common | jar | 2.1.0 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.slf4j : slf4j-api | jar | |
| org.testcontainers : testcontainers | jar | 1.16.3 |
| org.hibernate.validator : hibernate-validator | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | |
| org.springframework.cloud : spring-cloud-starter-bootstrap | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.rest-assured : rest-assured | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.boot : spring-boot-starter-log4j2 | jar | |
| org.assertj : assertj-core | jar | |
| nl.jqno.equalsverifier : equalsverifier | jar | 3.7.2 |