io.github.oliviercailloux.jmoodle.raw.GuideCriterion Maven / Gradle / Ivy
The newest version!
package io.github.oliviercailloux.jmoodle.raw;
import java.util.Set;
public record GuideCriterion (int criterionid, Set fillings) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy