Package xsbti
Interface IvyRepository
-
- All Superinterfaces:
Repository
public interface IvyRepository extends Repository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
artifactPattern()
boolean
descriptorOptional()
java.lang.String
id()
java.lang.String
ivyPattern()
boolean
mavenCompatible()
boolean
skipConsistencyCheck()
java.net.URL
url()
-