<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owllinkhttpxml</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owllinkhttpxml', version='2.0.0')
)
<parent> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owllink-owlapi-parent</artifactId> <version>2.0.0</version> </parent>
compile
|-- net.sourceforge.owlapi:owllinkapi
|-- net.sourceforge.owlapi:owllinkserver
|-- net.sourceforge.owlapi:owllinkimpl
|-- org.mortbay.jetty:org.mortbay.jetty:5.1.11
|-- org.mortbay.jetty:org.mortbay.jmx:5.1.11
|-- org.mortbay.jetty:javax.servlet:5.1.11
test
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12