Plugin<Project>
public class JavaLibraryPlugin extends Object implements Plugin<Project>
A Plugin which extends the capabilities of the Java plugin by cleanly separating the API and implementation dependencies of a library.
Plugin
Java plugin
JavaLibraryPlugin()
void
apply(Project project)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JavaLibraryPlugin()
public void apply(Project project)
apply
project