org.openmbee.mms.jupyter.services.JupyterProjectService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jupyter Show documentation
Show all versions of jupyter Show documentation
jupyter, a module of the MMS
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