fun fromJar(dependencyOptions: DependencyOptions.() -> Unit, installPath: String? = null, vaultFilter: Boolean? = null): Unitfun fromJar(dependencyNotation: Any, installPath: String? = null, vaultFilter: Boolean? = null): Unitfun fromJar(jar: Jar, bundlePath: String? = null, vaultFilter: Boolean? = null): Unitfun fromJar(jar: File, bundlePath: String? = null, vaultFilter: Boolean? = null): Unit