File | Operation |
---|---|
owlapi-parent-5.0.4.pom | download |
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.0.4</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='5.0.4')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- net.sf.trove4j:trove4j:3.0.3
|-- com.github.ben-manes.caffeine:caffeine:2.1.0
|-- com.google.guava:guava:19.0
|-- com.google.inject:guice:4.0
|-- com.google.inject.extensions:guice-assistedinject:4.0
|-- com.google.inject.extensions:guice-multibindings:4.0
|-- com.google.code.findbugs:jsr305:2.0.1
|-- org.slf4j:slf4j-api:1.7.14
test
|-- org.hamcrest:hamcrest-core:1.3
|-- junit:junit:4.12