![JAR search and dependency download from the Maven repository](/logo.png)
io.github.oliviercailloux.teachingexamples.CostlyThingWithUnit Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.teachingexamples;
public interface CostlyThingWithUnit extends CostlyThing {
String unit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy