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

ca.derekcormier.recipe.IngredientSnapshot Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package ca.derekcormier.recipe;

public abstract class IngredientSnapshot extends BaseIngredient {
    public IngredientSnapshot(String type) {
        super(type);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy