MVN

com.eygraber : gradle-utils-plugin

Maven & Gradle

Dec 27, 2022
9 stars

Gradle Utils Plugin · A Gradle Plugin for gradle-utils

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>gradle-utils-plugin</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eygraber : gradle-utils-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of com.eygraber : gradle-utils-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gradle-utils-plugin-0.0.24
gradle-utils-plugin-0.0.23
gradle-utils-plugin-0.0.22
gradle-utils-plugin-0.0.21
gradle-utils-plugin-0.0.20
gradle-utils-plugin-0.0.19
gradle-utils-plugin-0.0.18
gradle-utils-plugin-0.0.17
gradle-utils-plugin-0.0.16
gradle-utils-plugin-0.0.15

How to add a dependency to Maven

Add the following com.eygraber : gradle-utils-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eygraber</groupId>
    <artifactId>gradle-utils-plugin</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eygraber : gradle-utils-plugin gradle dependency to your build.gradle file:

implementation 'com.eygraber:gradle-utils-plugin:0.0.24'

Gradle Kotlin DSL: Add the following com.eygraber : gradle-utils-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eygraber:gradle-utils-plugin:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eygraber : gradle-utils-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eygraber" % "gradle-utils-plugin" % "0.0.24"