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

org.http4k.connect.gitlab.GitLabToken.kt Maven / Gradle / Ivy

package org.http4k.connect.gitlab

import dev.forkhandles.values.NonBlankStringValueFactory
import dev.forkhandles.values.StringValue

class GitLabToken private constructor(value: String) : StringValue(value) {
    companion object : NonBlankStringValueFactory(::GitLabToken)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy