MVN

com.cmgapps : gradle-licenses-plugin

Maven & Gradle

Jan 29, 2023
14 stars

Gradle Licenses Plugin · Gradle plugin that provides a task to generate a license report for the dependencies used in your project Java/Kotlin project.

<dependency>
    <groupId>com.cmgapps</groupId>
    <artifactId>gradle-licenses-plugin</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cmgapps : gradle-licenses-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of com.cmgapps : gradle-licenses-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
gradle-licenses-plugin-4.7.0
4.6.x
gradle-licenses-plugin-4.6.1
gradle-licenses-plugin-4.6.0
4.5.x
gradle-licenses-plugin-4.5.0
4.4.x
gradle-licenses-plugin-4.4.0
4.3.x
gradle-licenses-plugin-4.3.0
4.2.x
gradle-licenses-plugin-4.2.0
4.1.x
gradle-licenses-plugin-4.1.0
4.0.x
gradle-licenses-plugin-4.0.0
3.3.x
gradle-licenses-plugin-3.3.0
3.2.x
gradle-licenses-plugin-3.2.0
3.1.x
gradle-licenses-plugin-3.1.0
3.0.x
gradle-licenses-plugin-3.0.0
2.1.x
gradle-licenses-plugin-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cmgapps</groupId>
    <artifactId>gradle-licenses-plugin</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cmgapps : gradle-licenses-plugin gradle dependency to your build.gradle file:

implementation 'com.cmgapps:gradle-licenses-plugin:4.7.0'

Gradle Kotlin DSL: Add the following com.cmgapps : gradle-licenses-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cmgapps:gradle-licenses-plugin:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cmgapps : gradle-licenses-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cmgapps" % "gradle-licenses-plugin" % "4.7.0"

Advertisement