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

com.versioneye.persistence.IProjectdependencyDao Maven / Gradle / Ivy

Go to download

This is the java implementation of the VersionEye core services. It contains some buisiness logic and utility classes.

There is a newer version: 1.3.7
Show newest version
package com.versioneye.persistence;

import java.util.List;

/**
 * Created by IntelliJ IDEA.
 * User: reiz
 * Date: 9/5/12
 * Time: 11:39 AM
 */
public interface IProjectdependencyDao {

    List getUniqProdKeys();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy