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

tools.bestquality.maven.versioning.Incrementor Maven / Gradle / Ivy

There is a newer version: 0.0.20
Show newest version
package tools.bestquality.maven.versioning;

@FunctionalInterface
public interface Incrementor {
    Version next(Version current);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy