io.freefair.gradle.plugins.maven.javadoc.JavadocLinkProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-plugin Show documentation
Show all versions of maven-plugin Show documentation
Collection of Maven related Gradle plugins
package io.freefair.gradle.plugins.maven.javadoc;
import javax.annotation.Nullable;
public interface JavadocLinkProvider {
@Nullable
String getJavadocLink(String group, String artifact, String version);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy