MVN

com.github.vlsi.gradle : license-gather-plugin

Maven & Gradle

Jun 24, 2023
2 usages
39 stars

Dependency license gather · Dependency license gathering Gradle plugin

<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>license-gather-plugin</artifactId>
    <version>1.90</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vlsi.gradle : license-gather-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.90

All Versions

Choose a version of com.github.vlsi.gradle : license-gather-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.90
license-gather-plugin-1.90
1.89
license-gather-plugin-1.89
1.88
license-gather-plugin-1.88
1.87
license-gather-plugin-1.87
1.86
license-gather-plugin-1.86
1.85
license-gather-plugin-1.85
1.84
license-gather-plugin-1.84
1.83
license-gather-plugin-1.83
1.82
license-gather-plugin-1.82
1.81
license-gather-plugin-1.81
1.80
license-gather-plugin-1.80
1.79
license-gather-plugin-1.79
1.78
license-gather-plugin-1.78
1.77
license-gather-plugin-1.77
1.76
license-gather-plugin-1.76
1.75
license-gather-plugin-1.75
1.74
license-gather-plugin-1.74
1.73
license-gather-plugin-1.73
1.72
license-gather-plugin-1.72
1.71
license-gather-plugin-1.71
1.70
license-gather-plugin-1.70
1.69
license-gather-plugin-1.69
1.68
license-gather-plugin-1.68
1.67
license-gather-plugin-1.67
1.66
license-gather-plugin-1.66
1.65
license-gather-plugin-1.65
1.64
license-gather-plugin-1.64
1.63
license-gather-plugin-1.63
1.62
license-gather-plugin-1.62

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vlsi.gradle</groupId>
    <artifactId>license-gather-plugin</artifactId>
    <version>1.90</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vlsi.gradle : license-gather-plugin gradle dependency to your build.gradle file:

implementation 'com.github.vlsi.gradle:license-gather-plugin:1.90'

Gradle Kotlin DSL: Add the following com.github.vlsi.gradle : license-gather-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vlsi.gradle:license-gather-plugin:1.90")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vlsi.gradle : license-gather-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vlsi.gradle" % "license-gather-plugin" % "1.90"