<dependency>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-owlapi</artifactId>
<version>2.6.4</version>
</dependency>
@Grapes(
@Grab(group='com.github.galigator.openllet', module='openllet-owlapi', version='2.6.4')
)
<parent> <groupId>com.github.galigator.openllet</groupId> <artifactId>openllet-parent</artifactId> <version>2.6.4</version> </parent>
compile
|-- com.github.galigator.openllet:openllet-core
|-- com.github.galigator.openllet:openllet-query
|-- net.sourceforge.owlapi:owlapi-distribution
test
|-- junit:junit