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

ru.tinkoff.plugins.buildmetrics.api.labels.Label.kt Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.plugins.buildmetrics.api.labels

import java.io.Serializable

class Label(
    val name: String,
    val value: T
) : Serializable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy