<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>telemetry</artifactId>
<version>5.0.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- net.sourceforge.owlapi:owlapi-api
|-- net.sourceforge.owlapi:owlapi-parsers
|-- org.slf4j:slf4j-api:1.7.22
test
|-- org.mockito:mockito-core:2.9.0
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12