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

i.owlapi-apibinding.4.7.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 4.7.5
Show newest version
open module org.semanticweb.owlapi.apibinding {

	requires javax.annotation;

	requires transitive org.semanticweb.owlapi;
	requires transitive org.semanticweb.owlapi.impl;

	exports org.semanticweb.owlapi.apibinding;

	provides org.semanticweb.owlapi.model.OWLOntologyManagerFactory with org.semanticweb.owlapi.apibinding.OWLManager;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy