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.5.0
10.5.0
Created 29 September 2022.
Resolve all dependencies used in a gradle module, with associated license and further information.
Other versions
- 12.1.0-rc04
- 12.1.0-rc03
- 12.1.0-rc02
- 12.1.0-rc01
- 12.1.0-exp01
- 12.0.1
- 12.0.0-b03
- 12.0.0-b02
- 12.0.0-b01
- 12.0.0-a05
- 12.0.0-a04
- 12.0.0-a03
- 12.0.0-a02
- 12.0.0
- 11.6.3
- 11.6.2
- 11.6.1
- 11.6.0
- 11.6.0-rc01
- 11.5.0
- 11.4.0-b01
- 11.4.0
- 11.3.0-rc02
- 11.3.0-rc01
- 11.3.0-b01
- 11.3.0
- 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.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.1
- 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
Add this plugin to your build using the plugins DSL:
plugins {
id("com.mikepenz.aboutlibraries.plugin") version "10.5.0"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.mikepenz.aboutlibraries.plugin:com.mikepenz.aboutlibraries.plugin.gradle.plugin:10.5.0") }
It can then be applied in the precompiled script plugin:plugins { id("com.mikepenz.aboutlibraries.plugin") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.mikepenz.aboutlibraries.plugin:com.mikepenz.aboutlibraries.plugin.gradle.plugin:10.5.0") } } apply(plugin = "com.mikepenz.aboutlibraries.plugin")
- Applying plugins to all subprojects .