project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.suresh.build</groupId>
<artifactId>project</artifactId>
<version>2.56.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">
<!-- 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>dev.suresh.build</groupId>
<artifactId>project</artifactId>
<version>2.56.0</version>
<name>dev.suresh.build:project</name>
<description>Gradle build project plugins!</description>
<url>https://github.com/sureshg/build-commons</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>sureshg</name>
<email>email@suresh.dev</email>
<organization>suresh.dev</organization>
<organizationUrl>https://suresh.dev</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/sureshg/build-commons.git</connection>
<developerConnection>scm:git:https://github.com/sureshg/build-commons.git</developerConnection>
<url>https://github.com/sureshg/build-commons</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime-jvm</artifactId>
<version>0.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.11.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.ajalt.mordant</groupId>
<artifactId>mordant-coroutines-jvm</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>me.saket.bytesize</groupId>
<artifactId>bytesize-jvm</artifactId>
<version>2.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.suresh.build</groupId>
<artifactId>shared</artifactId>
<version>2.56.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.e175.klaus</groupId>
<artifactId>zip-prefixer</artifactId>
<version>0.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>3.2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.multiplatform</groupId>
<artifactId>org.jetbrains.kotlin.multiplatform.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.plugin.allopen</groupId>
<artifactId>org.jetbrains.kotlin.plugin.allopen.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.plugin.power-assert</groupId>
<artifactId>org.jetbrains.kotlin.plugin.power-assert.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.plugin.js-plain-objects</groupId>
<artifactId>org.jetbrains.kotlin.plugin.js-plain-objects.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>com.google.devtools.ksp.gradle.plugin</artifactId>
<version>2.3.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.plugin.dataframe</groupId>
<artifactId>org.jetbrains.kotlin.plugin.dataframe.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx.atomicfu</groupId>
<artifactId>org.jetbrains.kotlinx.atomicfu.gradle.plugin</artifactId>
<version>0.33.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin.plugin.serialization</groupId>
<artifactId>org.jetbrains.kotlin.plugin.serialization.gradle.plugin</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx.kover</groupId>
<artifactId>org.jetbrains.kotlinx.kover.gradle.plugin</artifactId>
<version>0.9.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx.benchmark</groupId>
<artifactId>org.jetbrains.kotlinx.benchmark.gradle.plugin</artifactId>
<version>0.4.17</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>org.jetbrains.dokka.gradle.plugin</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.buildtools.native</groupId>
<artifactId>org.graalvm.buildtools.native.gradle.plugin</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.zacsweers.redacted</groupId>
<artifactId>dev.zacsweers.redacted.gradle.plugin</artifactId>
<version>1.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.diffplug.spotless</groupId>
<artifactId>com.diffplug.spotless.gradle.plugin</artifactId>
<version>8.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.gradleup.shadow</groupId>
<artifactId>com.gradleup.shadow.gradle.plugin</artifactId>
<version>9.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.javiersc.semver</groupId>
<artifactId>com.javiersc.semver.gradle.plugin</artifactId>
<version>0.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.versions</groupId>
<artifactId>com.github.ben-manes.versions.gradle.plugin</artifactId>
<version>0.54.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>gg.jte.gradle</groupId>
<artifactId>gg.jte.gradle.gradle.plugin</artifactId>
<version>3.2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.tools.jib</groupId>
<artifactId>com.google.cloud.tools.jib.gradle.plugin</artifactId>
<version>3.5.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.vanniktech.maven.publish</groupId>
<artifactId>com.vanniktech.maven.publish.gradle.plugin</artifactId>
<version>0.36.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-native-image-extension-gradle</artifactId>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-models</artifactId>
<version>3.2.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>