<dependency>
<groupId>com.hi3project.broccoli</groupId>
<artifactId>broccoli-owls</artifactId>
<version>0.9.0</version>
</dependency>
@Grapes(
@Grab(group='com.hi3project.broccoli', module='broccoli-owls', version='0.9.0')
)
<parent> <groupId>com.hi3project.broccoli</groupId> <artifactId>broccoli-aggregator</artifactId> <version>0.9.0</version> </parent>
compile
|-- org.slf4j:slf4j-api:1.7.10
|-- com.fasterxml.jackson.core:jackson-annotations:2.5.1
|-- com.fasterxml.jackson.core:jackson-core:2.5.1
|-- com.fasterxml.jackson.core:jackson-databind:2.5.1
|-- com.hp.hpl.jena:jena:2.6.4
|-- com.hp.hpl.jena:tdb:0.8.10
|-- com.github.ansell.pellet:pellet-core:2.3.3
|-- com.github.ansell.pellet:pellet-jena:2.3.3
|-- com.github.ansell.aterms:aterm-java:1.8.2
|-- net.sourceforge.owlapi:owlapi-api:3.5.2
|-- net.sourceforge.owlapi:owlapi-apibinding:3.5.2
|-- com.hi3project.broccoli:broccoli-api:0.9.0
|-- org.mindswap:owlsapi:3.1.0
|-- com.thewebsemantic:jenabean:1.0.6
test
|-- junit:junit:4.11