Usage will slim downstream plugin and not require dependency jar being provided by core Jenkins.
Provides org.apache.commons:commons-lang3:3.17.0.">
As a plugin developer you can use this plugin as dependency of your plugin by adding a dependency tag to your POM.
To avoid version conflicts it is suggested not to depend on a specific version, but use the Jenkins plugin BOM and the following dependency snippet:
<dependency> <groupId>io.jenkins.plugins</groupId> <artifactId>commons-lang3-api</artifactId> </dependency>