All Downloads are FREE. Search and download functionalities are using the official Maven repository.

adle.plugin.quality.code-analysis.0.1.0.source-code.VersionCatalogDependency.kt Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
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