![JAR search and dependency download from the Maven repository](/logo.png)
com.jetbrains.plugin.structure.base.utils.Version.kt Maven / Gradle / Ivy
package com.jetbrains.plugin.structure.base.utils
interface Version> : Comparable {
val productCode: String
get() = ""
fun asString(): String
fun asStringWithoutProductCode(): String
fun setProductCodeIfAbsent(productCode: String): V
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy