MVN

com.prezi.pride : gradle-pride-plugin

Maven & Gradle

Dec 13, 2018
71 stars

gradle-pride-plugin · Pride manages multiple Gradle modules as a single Gradle project

<dependency>
    <groupId>com.prezi.pride</groupId>
    <artifactId>gradle-pride-plugin</artifactId>
    <version>0.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.12.3
  • Latest Release Candidate: 0.11-rc-1

All Versions

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

Version Vulnerabilities Updated
0.12.x
gradle-pride-plugin-0.12.3
gradle-pride-plugin-0.12.2
0.11
gradle-pride-plugin-0.11
gradle-pride-plugin-0.11-rc-1
0.10
gradle-pride-plugin-0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.prezi.pride</groupId>
    <artifactId>gradle-pride-plugin</artifactId>
    <version>0.12.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.prezi.pride:gradle-pride-plugin:0.12.3'

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

implementation("com.prezi.pride:gradle-pride-plugin:0.12.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.prezi.pride" % "gradle-pride-plugin" % "0.12.3"

Advertisement