![JAR search and dependency download from the Maven repository](/logo.png)
com.github.timm.cucumber.generate.name.Counter Maven / Gradle / Ivy
package com.github.timm.cucumber.generate.name;
public interface Counter {
int next();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.timm.cucumber.generate.name;
public interface Counter {
int next();
}