Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Mike Penz
com.mikepenz.aboutlibraries.plugin
PluginId
Author
com.mikepenz.aboutlibraries.plugin
Owner: Mike Penz
Plugin to resolve all libraries used in an app for the AboutLibraries library to offer relevant information of used libraries.
Version 10.0.1
10.0.1
Created 25 March 2022.
Resolve all dependencies used in a gradle module, with associated license and further information.
Other versions
- 11.3.0-b01
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0-a01
- 11.2.0
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0-b03
- 11.1.0-b02
- 11.1.0-b01
- 11.1.0
- 10.10.0
- 10.10.0-rc02
- 10.10.0-rc01
- 10.9.2
- 10.9.2-wasm1
- 10.9.1-debug01
- 10.9.1
- 10.9.0-b02
- 10.9.0-b01
- 10.9.0
- 10.8.3
- 10.8.2-b01
- 10.8.2
- 10.8.1
- 10.8.0
- 10.7.0
- 10.6.3
- 10.6.2
- 10.6.1
- 10.6.0-b01
- 10.6.0
- 10.6.0-rc02
- 10.6.0-rc01
- 10.5.2
- 10.5.1
- 10.5.0
- 10.4.1-a01
- 10.4.0-b02
- 10.4.0-b01
- 10.4.0
- 10.3.1
- 10.3.0
- 10.2.0
- 10.1.0
- 10.0.0-rc02
- 10.0.0-rc01
- 10.0.0-b09
- 10.0.0-b08
- 10.0.0-b07
- 10.0.0-b06
- 10.0.0-b05
- 10.0.0-b04
- 10.0.0-b03
- 10.0.0-b02
- 10.0.0-b01
- 10.0.0-a07
- 10.0.0-a06
- 10.0.0-a05
- 10.0.0-a04
- 10.0.0-a03
- 10.0.0-a02
- 10.0.0-a01
- 10.0.0
- 9.0.0-a03
- 9.0.0-a02
- 8.9.4
- 8.9.3
- 8.9.2
- 8.9.1
- 8.9.0
- 8.8.6
- 8.8.5
- 8.8.4
- 8.8.3
- 8.8.2
- 8.8.1
- 8.8.0
- 8.7.1
- 8.7.0
- 8.6.9
- 8.6.8
- 8.6.7
- 8.6.6
- 8.6.5
- 8.6.4
- 8.6.3
- 8.6.2
- 8.6.1
- 8.6.0
- 8.5.0
- 8.4.5
- 8.4.3
- 8.4.2
- 8.4.1
- 8.4.0
- 8.3.1
- 8.3.0
- 8.2.0
- 8.1.6
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.2
- 8.0.1
- 8.0.0-rc04
- 8.0.0-rc03
- 8.0.0-rc02
- 8.0.0-rc01
- 8.0.0-b06
- 8.0.0-b05
- 8.0.0-b04
- 8.0.0-b03
- 8.0.0-b02
- 8.0.0-b01
- 8.0.0-a08
- 8.0.0-a07
- 8.0.0-a06
- 8.0.0-a05
- 8.0.0-a04
- 8.0.0-a03
- 8.0.0-a02
- 8.0.0
Using the plugins DSL:
plugins {
id("com.mikepenz.aboutlibraries.plugin") version "10.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.0.1")
}
}
apply(plugin = "com.mikepenz.aboutlibraries.plugin")
Using the plugins DSL:
plugins {
id "com.mikepenz.aboutlibraries.plugin" version "10.0.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.0.1"
}
}
apply plugin: "com.mikepenz.aboutlibraries.plugin"