gradle-enterprise-api-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.gabrielfeo</groupId> <artifactId>gradle-enterprise-api-kotlin</artifactId> <version>2024.3.0</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.gabrielfeo</groupId> <artifactId>gradle-enterprise-api-kotlin</artifactId> <version>2024.3.0</version> <packaging>pom</packaging> <name>Develocity API Kotlin</name> <description>A library to use the Develocity API in Kotlin</description> <url>https://github.com/gabrielfeo/develocity-api-kotlin</url> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>gabrielfeo</id> <name>Gabriel Feo</name> <email>gabriel@gabrielfeo.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/gabrielfeo/develocity-api-kotlin.git</connection> <developerConnection>scm:git:ssh://github.com/gabrielfeo/develocity-api-kotlin.git</developerConnection> <url>https://github.com/gabrielfeo/develocity-api-kotlin/</url> </scm> <distributionManagement> <relocation> <groupId>com.gabrielfeo</groupId> <artifactId>develocity-api-kotlin</artifactId> <message>artifactId has been changed. Part of the rename to Develocity.</message> </relocation> </distributionManagement> </project>