The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2
'net.sourceforge.owlapi:owlapi-tools:3.5.1'
<dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-tools</artifactId> <version>3.5.1</version> </dependency>
<dependency org="net.sourceforge.owlapi" name="owlapi-tools" rev="3.5.1"/>
"net.sourceforge.owlapi", "owlapi-tools", "3.5.1"