org.octopusden.octopus.escrow.model.IDependency.groovy Maven / Gradle / Ivy
package org.octopusden.octopus.escrow.model
interface IDependency {
String getGroup()
String getName()
String getVersion()
String getType()
String getClassifier()
}