datadog-synthetic-test-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.personio</groupId> <artifactId>datadog-synthetic-test-support</artifactId> <version>3.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.personio</groupId> <artifactId>datadog-synthetic-test-support</artifactId> <version>3.1.1</version> <name>Datadog Synthetic test Support</name> <description>Kotlin library for managing Datadog Synthetic test as code</description> <url>https://github.com/personio/datadog-synthetic-test-support</url> <organization> <name>Personio SE & Co. KG</name> <url>https://personio.com</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://github.com/personio/datadog-synthetic-test-support/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>personio</id> <name>Test Solutions Squad</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/personio/datadog-synthetic-test-support.git</connection> <developerConnection>scm:git:ssh://github.com:personio/datadog-synthetic-test-support.git</developerConnection> <url>https://github.com/personio/datadog-synthetic-test-support</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/personio/datadog-synthetic-test-support/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/personio/datadog-synthetic-test-support/actions</url> </ciManagement> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>secretsmanager</artifactId> <version>2.31.33</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.datadoghq</groupId> <artifactId>datadog-api-client</artifactId> <version>2.34.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-kotlin</artifactId> <version>2.19.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.19.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>