MVN

ru.yoomoney.gradle.plugins : gradle-project-plugin

Maven & Gradle

Apr 06, 2022
2 stars

gradle-project-plugin · Gradle project plugin

<dependency>
    <groupId>ru.yoomoney.gradle.plugins</groupId>
    <artifactId>gradle-project-plugin</artifactId>
    <version>8.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yoomoney.gradle.plugins : gradle-project-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.0

All Versions

Choose a version of ru.yoomoney.gradle.plugins : gradle-project-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
gradle-project-plugin-8.2.0
8.1.x
gradle-project-plugin-8.1.0
8.0.x
gradle-project-plugin-8.0.1
gradle-project-plugin-8.0.0
7.7.x
gradle-project-plugin-7.7.0
7.6.x
gradle-project-plugin-7.6.0
7.5.x
gradle-project-plugin-7.5.0
7.4.x
gradle-project-plugin-7.4.0
7.3.x
gradle-project-plugin-7.3.4
gradle-project-plugin-7.3.3
gradle-project-plugin-7.3.2
gradle-project-plugin-7.3.1
gradle-project-plugin-7.3.0
7.2.x
gradle-project-plugin-7.2.0
7.1.x
gradle-project-plugin-7.1.0
7.0.x
gradle-project-plugin-7.0.0

How to add a dependency to Maven

Add the following ru.yoomoney.gradle.plugins : gradle-project-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yoomoney.gradle.plugins</groupId>
    <artifactId>gradle-project-plugin</artifactId>
    <version>8.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yoomoney.gradle.plugins : gradle-project-plugin gradle dependency to your build.gradle file:

implementation 'ru.yoomoney.gradle.plugins:gradle-project-plugin:8.2.0'

Gradle Kotlin DSL: Add the following ru.yoomoney.gradle.plugins : gradle-project-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yoomoney.gradle.plugins:gradle-project-plugin:8.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yoomoney.gradle.plugins : gradle-project-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yoomoney.gradle.plugins" % "gradle-project-plugin" % "8.2.0"