drill-maven-plugin
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.epam.drill.integration</groupId> <artifactId>drill-maven-plugin</artifactId> <version>0.1.6</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"> <modelVersion>4.0.0</modelVersion> <groupId>com.epam.drill.integration</groupId> <artifactId>drill-maven-plugin</artifactId> <version>0.1.6</version> <name>Maven plugin for CI/CD integration</name> <description>Maven plugin for CI/CD integration</description> <url>https://github.com/Drill4J/drill-cicd-integration</url> <licenses> <license> <name>Apache 2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>Drill4J</id> <name>Drill4J</name> <email>drill4j@gmail.com</email> <url>https://drill4j.github.io/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/Drill4J/drill-cicd-integration.git</connection> <developerConnection>scm:git:git@github.com:Drill4J/drill-cicd-integration.git</developerConnection> <url>https://github.com/Drill4J/drill-cicd-integration</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.25</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.9.25</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-jvm</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-jvm</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-jvm</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-jvm</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging-jvm</artifactId> <version>3.0.5</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-jvm</artifactId> <version>1.6.8</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core-jvm</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.5.1</version> </dependency> </dependencies> </project>