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

com.github.janssk1.maven.plugin.graph.domain.Artifact Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package com.github.janssk1.maven.plugin.graph.domain;

import java.util.List;

/**
 * User: janssk1
 * Date: 8/13/11
 * Time: 9:51 PM
 */
public interface Artifact {

    List getDependencies();

    List getDependencyManagerDependencies();

    long getSize();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy