All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.freefair.gradle.plugins.maven.javadoc.JavadocLinkProvider Maven / Gradle / Ivy

There is a newer version: 8.11
Show newest version
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