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

com.malinskiy.marathon.config.vendor.apple.RsyncConfiguration.kt Maven / Gradle / Ivy

package com.malinskiy.marathon.config.vendor.apple

import com.fasterxml.jackson.annotation.JsonProperty

data class RsyncConfiguration(
    @JsonProperty("remotePath") val remotePath: String = "/usr/bin/rsync"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy