MVN

org.testifyproject.maven : shade-plugin-extentions

Maven & Gradle

Dec 18, 2017

shade-plugin-extentions · A module that contains maven shade plugin extentions

<dependency>
    <groupId>org.testifyproject.maven</groupId>
    <artifactId>shade-plugin-extentions</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testifyproject.maven : shade-plugin-extentions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.testifyproject.maven : shade-plugin-extentions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
shade-plugin-extentions-1.0.0
0.9.x
shade-plugin-extentions-0.9.9
shade-plugin-extentions-0.9.8
shade-plugin-extentions-0.9.7
shade-plugin-extentions-0.9.6
shade-plugin-extentions-0.9.5
shade-plugin-extentions-0.9.4
shade-plugin-extentions-0.9.3
shade-plugin-extentions-0.9.2
shade-plugin-extentions-0.9.1

How to add a dependency to Maven

Add the following org.testifyproject.maven : shade-plugin-extentions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testifyproject.maven</groupId>
    <artifactId>shade-plugin-extentions</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testifyproject.maven : shade-plugin-extentions gradle dependency to your build.gradle file:

implementation 'org.testifyproject.maven:shade-plugin-extentions:1.0.0'

Gradle Kotlin DSL: Add the following org.testifyproject.maven : shade-plugin-extentions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testifyproject.maven:shade-plugin-extentions:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testifyproject.maven : shade-plugin-extentions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testifyproject.maven" % "shade-plugin-extentions" % "1.0.0"