org.octopusden.octopus.escrow.model.IDependency.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-resolver-api Show documentation
Show all versions of component-resolver-api Show documentation
Octopus module: component-resolver-api
package org.octopusden.octopus.escrow.model
interface IDependency {
String getGroup()
String getName()
String getVersion()
String getType()
String getClassifier()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy