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

com.github.bannmann.maven.probe.model.Node Maven / Gradle / Ivy

The newest version!
package com.github.bannmann.maven.probe.model;

import org.eclipse.aether.artifact.Artifact;

public interface Node
{
    String getCoordinates();

    Artifact getArtifact();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy