l

license-gather-plugin

Dependency license gathering Gradle plugin
https://github.com/vlsi/vlsi-release-plugins
Apache-2.0
Vladimir Sitnikov
Files download
File Operation
license-gather-plugin-1.90.jar download
license-gather-plugin-1.90.pom download
license-gather-plugin-1.90-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vlsi.gradle</groupId>
  <artifactId>license-gather-plugin</artifactId>
  <version>1.90</version>
</dependency>
Gradle Groovy
implementation 'com.github.vlsi.gradle:license-gather-plugin:1.90'
Gradle Kotlin
implementation("com.github.vlsi.gradle:license-gather-plugin:1.90")
Scala SBT
libraryDependencies += "com.github.vlsi.gradle" % "license-gather-plugin" % "1.90"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vlsi.gradle', module='license-gather-plugin', version='1.90')
)
Apache Ivy
<dependency org="com.github.vlsi.gradle" name="license-gather-plugin" rev="1.90" />
Leiningen
[com.github.vlsi.gradle/license-gather-plugin "1.90"]
Apache Buildr
'com.github.vlsi.gradle:license-gather-plugin:jar:1.90'