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

org.openmbee.mms.jupyter.services.JupyterProjectService Maven / Gradle / Ivy

The newest version!
package org.openmbee.mms.jupyter.services;

import org.openmbee.mms.crud.services.DefaultProjectService;
import org.openmbee.mms.core.services.ProjectService;
import org.springframework.stereotype.Service;


@Service("jupyterProjectService")
public class JupyterProjectService extends DefaultProjectService implements ProjectService {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy