org.octopusden.octopus.dms.dto.ComponentBuild.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dms-service Show documentation
Show all versions of dms-service Show documentation
Octopus module: dms-service
The newest version!
package org.octopusden.octopus.dms.dto
import org.octopusden.octopus.dms.client.common.dto.BuildStatus
data class ComponentBuild(val status: BuildStatus, val version: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy