![JAR search and dependency download from the Maven repository](/logo.png)
com.freenow.sauron.plugins.protocw.Service.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protocw-checker Show documentation
Show all versions of protocw-checker Show documentation
Sauron Protoc Wrapper Checker Plugin
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