MVN

io.github.ackeecz : build-gradle-plugin

Maven & Gradle

Jun 30, 2023
5 stars

build-gradle-plugin · Gradle plugin with some useful configuration shared among projects

<dependency>
    <groupId>io.github.ackeecz</groupId>
    <artifactId>build-gradle-plugin</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ackeecz : build-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2

All Versions

Choose a version of io.github.ackeecz : build-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
build-gradle-plugin-3.1.2
build-gradle-plugin-3.1.1
build-gradle-plugin-3.1.0
3.0.x
build-gradle-plugin-3.0.0
2.3.x
build-gradle-plugin-2.3.2
build-gradle-plugin-2.3.1
build-gradle-plugin-2.3.0
2.2.x
build-gradle-plugin-2.2.0
2.1.x
build-gradle-plugin-2.1.0
2.0.x
build-gradle-plugin-2.0.5
build-gradle-plugin-2.0.4
build-gradle-plugin-2.0.3
build-gradle-plugin-2.0.2
build-gradle-plugin-2.0.1
build-gradle-plugin-2.0.0

How to add a dependency to Maven

Add the following io.github.ackeecz : build-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ackeecz</groupId>
    <artifactId>build-gradle-plugin</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ackeecz : build-gradle-plugin gradle dependency to your build.gradle file:

implementation 'io.github.ackeecz:build-gradle-plugin:3.1.2'

Gradle Kotlin DSL: Add the following io.github.ackeecz : build-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ackeecz:build-gradle-plugin:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ackeecz : build-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ackeecz" % "build-gradle-plugin" % "3.1.2"