dev.suresh.plugin.kotlin.benchmark.gradle.plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.suresh.plugin.kotlin.benchmark</groupId> <artifactId>dev.suresh.plugin.kotlin.benchmark.gradle.plugin</artifactId> <version>2.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>dev.suresh.plugin.kotlin.benchmark</groupId> <artifactId>dev.suresh.plugin.kotlin.benchmark.gradle.plugin</artifactId> <version>2.2.0</version> <packaging>pom</packaging> <name>dev.suresh.build:project</name> <description>Gradle build project plugins!</description> <url>https://github.com/sureshg/build-commons</url> <inceptionYear>2025</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>dev.suresh.build</groupId> <artifactId>project</artifactId> <version>2.2.0</version> </dependency> </dependencies> </project>