-
- All Implemented Interfaces:
public final class IdeMavenBinaryFragmentDependency extends IdeFragmentDependency
Binary dependency provided by a (maven) repository Can be identified by maven coordinates (group, module, version). One artifact downloaded by such repository might get transformed into several dependencies on certain kotlinFragmentName.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmavenGroupprivate final StringmavenModuleprivate final Stringversionprivate final StringkotlinModuleNameprivate final StringkotlinFragmentNameprivate final List<File>files
-
Method Summary
Modifier and Type Method Description final StringgetMavenGroup()final StringgetMavenModule()final StringgetVersion()final StringgetKotlinModuleName()nullwhen binary dependency was not resolved using granular metadata transformation, but just kept 'as is'final StringgetKotlinFragmentName()nullwhen binary dependency was not resolved using granular metadata transformation, but just kept 'as is'final List<File>getFiles()-
-
Method Detail
-
getMavenGroup
final String getMavenGroup()
-
getMavenModule
final String getMavenModule()
-
getVersion
final String getVersion()
-
getKotlinModuleName
final String getKotlinModuleName()
nullwhen binary dependency was not resolved using granular metadata transformation, but just kept 'as is'
-
getKotlinFragmentName
final String getKotlinFragmentName()
nullwhen binary dependency was not resolved using granular metadata transformation, but just kept 'as is'
-
-
-
-