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

ioinformarics.oss.jackson.module.jsonld.JsonldResource Maven / Gradle / Ivy

The newest version!
package ioinformarics.oss.jackson.module.jsonld;

/**
 * @author Alexander De Leon
 */
public interface JsonldResource {
    public interface Builder {
        static  JsonldResourceBuilder create() {
            return new JsonldResourceBuilder();
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy