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

edu.stanford.protege.webprotege.project.WebprotegeProjectManagementApiApplication Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package edu.stanford.protege.webprotege.project;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class WebprotegeProjectManagementApiApplication {

	public static void main(String[] args) {
		SpringApplication.run(WebprotegeProjectManagementApiApplication.class, args);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy