adle.plugin.quality.code-analysis.0.1.0.source-code.VersionCatalogDependency.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-analysis Show documentation
Show all versions of code-analysis Show documentation
A source code analysis plugin.
package eu.bitfunk.gradle.plugin.quality.code.analysis.libs.generated
import kotlin.String
public interface VersionCatalogDependency {
public interface Group : VersionCatalogDependency
public interface GroupLeaf : VersionCatalogDependency {
public fun `get`(): String
public fun getStatic(): String
}
public interface Leaf : VersionCatalogDependency {
public fun `get`(): String
public fun getStatic(): String
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy