![JAR search and dependency download from the Maven repository](/logo.png)
fit.FixtureSupplier Maven / Gradle / Ivy
package fit;
public interface FixtureSupplier {
Fixture getFixture();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package fit;
public interface FixtureSupplier {
Fixture getFixture();
}