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

io.quarkus.domino.gradle.GradleDependency Maven / Gradle / Ivy

There is a newer version: 0.0.116
Show newest version
package io.quarkus.domino.gradle;

import java.util.List;

public interface GradleDependency {

    String getGroupId();

    String getArtifactId();

    String getClassifier();

    String getType();

    String getVersion();

    List getDependencies();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy