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

org.opensingular.resources.SampleResourcesScope Maven / Gradle / Ivy

The newest version!
package org.opensingular.resources;

public class SampleResourcesScope implements SingularResourceScope {
    @Override
    public String name() {
        return "sample";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy