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

com.freenow.sauron.plugins.protocw.Service.kt Maven / Gradle / Ivy

The newest version!
package com.freenow.sauron.plugins.protocw

import java.nio.file.Path

typealias SemVer = String

interface Service {
    fun check(protocw: Path, protocwProperties: Path): SemVer?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy