File | Operation |
---|---|
owlapi-parent-5.5.1.pom | download |
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>5.5.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='5.5.1')
)
<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:3.1.8
|-- com.google.guava:guava:33.0.0-jre
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.slf4j:slf4j-api:2.0.11
|-- commons-io:commons-io:2.15.1
test
|-- org.hamcrest:hamcrest-core:2.2
|-- org.junit.jupiter:junit-jupiter:5.10.1