MVN

ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin

Maven & Gradle

Jun 08, 2015
4 stars

Preshadow Gradle Plugin · A Gradle plugins that allows to shadow dependencies before compilation

<dependency>
    <groupId>ch.raffael.gradlePlugins.preshadow</groupId>
    <artifactId>gradle-preshadow-plugin</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
gradle-preshadow-plugin-1.0

How to add a dependency to Maven

Add the following ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.raffael.gradlePlugins.preshadow</groupId>
    <artifactId>gradle-preshadow-plugin</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin gradle dependency to your build.gradle file:

implementation 'ch.raffael.gradlePlugins.preshadow:gradle-preshadow-plugin:1.0'

Gradle Kotlin DSL: Add the following ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.raffael.gradlePlugins.preshadow:gradle-preshadow-plugin:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.raffael.gradlePlugins.preshadow : gradle-preshadow-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.raffael.gradlePlugins.preshadow" % "gradle-preshadow-plugin" % "1.0"