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

org.octopusden.employee.client.common.dto.ServerInfo.kt Maven / Gradle / Ivy

package org.octopusden.employee.client.common.dto

import com.fasterxml.jackson.annotation.JsonIgnoreProperties

@JsonIgnoreProperties(ignoreUnknown = true)
data class ServerInfo(val build: BuildInfo)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy