![JAR search and dependency download from the Maven repository](/logo.png)
com.jetbrains.plugin.structure.base.utils.UriUtils.kt Maven / Gradle / Ivy
package com.jetbrains.plugin.structure.base.utils
import java.net.URI
fun URI.withSuperScheme(superScheme: String) = URI("$superScheme:$this")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy