File | Operation |
---|---|
owlapi-parent-5.1.11.pom | download |
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.1.11</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='5.1.11')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- com.github.vsonnier:hppcrt:0.7.5
|-- com.github.ben-manes.caffeine:caffeine:2.6.1
|-- com.google.code.findbugs:jsr305
test
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12