-
- All Implemented Interfaces:
public final class DependencyExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKTOR_MODULE_NAMEpublic final static StringKOTLINX_SERIALISATION_MODULE_NAMEpublic final static StringKOTLINX_COROUTINES_MODULE_NAMEpublic final static StringKORNEA_ANNOTATIONS_MODULE_NAMEpublic final static StringKORNEA_APOLLO_MODULE_NAMEpublic final static StringKORNEA_BASE_MODULE_NAMEpublic final static StringKORNEA_CONFIG_MODULE_NAMEpublic final static StringKORNEA_ERRORS_MODULE_NAMEpublic final static StringKORNEA_IMG_MODULE_NAMEpublic final static StringKORNEA_IO_MODULE_NAMEpublic final static StringKORNEA_MODELLING_MODULE_NAMEpublic final static StringKORNEA_TOOLKIT_MODULE_NAME
-
Method Summary
Modifier and Type Method Description final static Unitdefine(ExtensionAware $self, String name, Object value)final static Unitdefine(ExtensionAware $self, Pair<String, Object> pairs)final static UnitdefineVersion(ExtensionAware $self, String module, Object version)final static UnitdefineVersions(ExtensionAware $self, Pair<String, Object> pairs)final static UnitdefineVersions(ExtensionAware $self, Function1<VersionDefiner, Unit> block)final static Dependencyversioned(Project $self, String spec, String module, String defaultVersion)final static Dependencyversioned(KotlinDependencyHandler $self, String spec, String module, String defaultVersion)final static DependencyktorModule(Project $self, String module, String defaultVersion)Creates a dependency on a ktor module with the specification io.ktor:ktor-[module]final static DependencyktorModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static DependencykotlinxModule(Project $self, String module, String versionKey, String defaultVersion)final static DependencykotlinxModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)final static DependencykotlinxCoroutinesModule(Project $self, String module, String defaultVersion)final static DependencykotlinxCoroutinesModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static DependencykotlinxSerialisationModule(Project $self, String module, String defaultVersion)final static DependencykotlinxSerialisationModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static DependencybrellaModule(Project $self, String module, String versionKey, String defaultVersion)final static DependencybrellaModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)final static DependencykorneaModule(Project $self, String module, String defaultVersion)final static DependencykorneaModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static DependencykorneaAnnotationsModule(Project $self, String defaultVersion)final static DependencykorneaAnnotationsModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaApolloModule(Project $self, String defaultVersion)final static DependencykorneaApolloModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaBaseModule(Project $self, String defaultVersion)final static DependencykorneaBaseModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaConfigModule(Project $self, String defaultVersion)final static DependencykorneaConfigModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaErrorsModule(Project $self, String defaultVersion)final static DependencykorneaErrorsModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaImgModule(Project $self, String defaultVersion)final static DependencykorneaImgModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaIOModule(Project $self, String defaultVersion)final static DependencykorneaIOModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaModellingModule(Project $self, String defaultVersion)final static DependencykorneaModellingModule(KotlinDependencyHandler $self, String defaultVersion)final static DependencykorneaToolkitModule(Project $self, String defaultVersion)final static DependencykorneaToolkitModule(KotlinDependencyHandler $self, String defaultVersion)-
-
Method Detail
-
defineVersion
final static Unit defineVersion(ExtensionAware $self, String module, Object version)
-
defineVersions
final static Unit defineVersions(ExtensionAware $self, Pair<String, Object> pairs)
-
defineVersions
final static Unit defineVersions(ExtensionAware $self, Function1<VersionDefiner, Unit> block)
-
versioned
final static Dependency versioned(Project $self, String spec, String module, String defaultVersion)
-
versioned
final static Dependency versioned(KotlinDependencyHandler $self, String spec, String module, String defaultVersion)
-
ktorModule
final static Dependency ktorModule(Project $self, String module, String defaultVersion)
Creates a dependency on a ktor module with the specification
io.ktor:ktor-[module]
-
ktorModule
final static Dependency ktorModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
kotlinxModule
final static Dependency kotlinxModule(Project $self, String module, String versionKey, String defaultVersion)
-
kotlinxModule
final static Dependency kotlinxModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)
-
kotlinxCoroutinesModule
final static Dependency kotlinxCoroutinesModule(Project $self, String module, String defaultVersion)
-
kotlinxCoroutinesModule
final static Dependency kotlinxCoroutinesModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
kotlinxSerialisationModule
final static Dependency kotlinxSerialisationModule(Project $self, String module, String defaultVersion)
-
kotlinxSerialisationModule
final static Dependency kotlinxSerialisationModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
brellaModule
final static Dependency brellaModule(Project $self, String module, String versionKey, String defaultVersion)
-
brellaModule
final static Dependency brellaModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)
-
korneaModule
final static Dependency korneaModule(Project $self, String module, String defaultVersion)
-
korneaModule
final static Dependency korneaModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
korneaAnnotationsModule
final static Dependency korneaAnnotationsModule(Project $self, String defaultVersion)
-
korneaAnnotationsModule
final static Dependency korneaAnnotationsModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaApolloModule
final static Dependency korneaApolloModule(Project $self, String defaultVersion)
-
korneaApolloModule
final static Dependency korneaApolloModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaBaseModule
final static Dependency korneaBaseModule(Project $self, String defaultVersion)
-
korneaBaseModule
final static Dependency korneaBaseModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaConfigModule
final static Dependency korneaConfigModule(Project $self, String defaultVersion)
-
korneaConfigModule
final static Dependency korneaConfigModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaErrorsModule
final static Dependency korneaErrorsModule(Project $self, String defaultVersion)
-
korneaErrorsModule
final static Dependency korneaErrorsModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaImgModule
final static Dependency korneaImgModule(Project $self, String defaultVersion)
-
korneaImgModule
final static Dependency korneaImgModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaIOModule
final static Dependency korneaIOModule(Project $self, String defaultVersion)
-
korneaIOModule
final static Dependency korneaIOModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaModellingModule
final static Dependency korneaModellingModule(Project $self, String defaultVersion)
-
korneaModellingModule
final static Dependency korneaModellingModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaToolkitModule
final static Dependency korneaToolkitModule(Project $self, String defaultVersion)
-
korneaToolkitModule
final static Dependency korneaToolkitModule(KotlinDependencyHandler $self, String defaultVersion)
-
-
-
-