MVN

com.netflix.nebula : gradle-nothing-plugin

Maven & Gradle

Sep 15, 2021
4 stars

gradle-nothing-plugin · Gradle plugins to do nothing

<dependency>
    <groupId>com.netflix.nebula</groupId>
    <artifactId>gradle-nothing-plugin</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.nebula : gradle-nothing-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0
  • Latest Release Candidate: 2.0.7-rc.1

All Versions

Choose a version of com.netflix.nebula : gradle-nothing-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
gradle-nothing-plugin-2.9.0
2.8.x
gradle-nothing-plugin-2.8.4
gradle-nothing-plugin-2.8.2
gradle-nothing-plugin-2.8.1
2.7.x
gradle-nothing-plugin-2.7.0
2.6.x
gradle-nothing-plugin-2.6.0
2.5.x
gradle-nothing-plugin-2.5.0
2.4.x
gradle-nothing-plugin-2.4.0
2.3.x
gradle-nothing-plugin-2.3.0
2.2.x
gradle-nothing-plugin-2.2.13
gradle-nothing-plugin-2.2.12
gradle-nothing-plugin-2.2.9
gradle-nothing-plugin-2.2.8
gradle-nothing-plugin-2.2.7
gradle-nothing-plugin-2.2.3
2.1.x
gradle-nothing-plugin-2.1.0
2.0.x
gradle-nothing-plugin-2.0.9
gradle-nothing-plugin-2.0.7
gradle-nothing-plugin-2.0.7-rc.1
gradle-nothing-plugin-2.0.6
gradle-nothing-plugin-2.0.6-rc.2
gradle-nothing-plugin-2.0.5
gradle-nothing-plugin-2.0.4
gradle-nothing-plugin-2.0.3
gradle-nothing-plugin-2.0.2
gradle-nothing-plugin-2.0.1
1.9.x
gradle-nothing-plugin-1.9.13
0.0.x
gradle-nothing-plugin-0.0.61
gradle-nothing-plugin-0.0.60
gradle-nothing-plugin-0.0.16
gradle-nothing-plugin-0.0.14
gradle-nothing-plugin-0.0.3
gradle-nothing-plugin-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netflix.nebula</groupId>
    <artifactId>gradle-nothing-plugin</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.nebula : gradle-nothing-plugin gradle dependency to your build.gradle file:

implementation 'com.netflix.nebula:gradle-nothing-plugin:2.9.0'

Gradle Kotlin DSL: Add the following com.netflix.nebula : gradle-nothing-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.nebula:gradle-nothing-plugin:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.nebula : gradle-nothing-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.nebula" % "gradle-nothing-plugin" % "2.9.0"

Advertisement