is not current version
Last Version 0.9.16

com.prezi.gradle.pride:gradle-pride-plugin 0.9.4

Pride manages Gradle-built modules as a single Gradle project

Categories

Categories

IDE Development Tools Gradle Build Tools
GroupId

GroupId

com.prezi.gradle.pride
ArtifactId

ArtifactId

gradle-pride-plugin
Version

Version

0.9.4
Type

Type

jar

Download gradle-pride-plugin 0.9.4


<!-- https://jarcasting.com/artifacts/com.prezi.gradle.pride/gradle-pride-plugin/ -->
<dependency>
    <groupId>com.prezi.gradle.pride</groupId>
    <artifactId>gradle-pride-plugin</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.prezi.gradle.pride/gradle-pride-plugin/
implementation 'com.prezi.gradle.pride:gradle-pride-plugin:0.9.4'
// https://jarcasting.com/artifacts/com.prezi.gradle.pride/gradle-pride-plugin/
implementation ("com.prezi.gradle.pride:gradle-pride-plugin:0.9.4")
'com.prezi.gradle.pride:gradle-pride-plugin:jar:0.9.4'
<dependency org="com.prezi.gradle.pride" name="gradle-pride-plugin" rev="0.9.4">
  <artifact name="gradle-pride-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.prezi.gradle.pride', module='gradle-pride-plugin', version='0.9.4')
)
libraryDependencies += "com.prezi.gradle.pride" % "gradle-pride-plugin" % "0.9.4"
[com.prezi.gradle.pride/gradle-pride-plugin "0.9.4"]