<dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>binaryowl</artifactId> <version>1.4.0</version> </dependency>
implementation 'net.sourceforge.owlapi:binaryowl:1.4.0'
implementation("net.sourceforge.owlapi:binaryowl:1.4.0")
libraryDependencies += "net.sourceforge.owlapi" % "binaryowl" % "1.4.0"
@Grapes( @Grab(group='net.sourceforge.owlapi', module='binaryowl', version='1.4.0') )
<dependency org="net.sourceforge.owlapi" name="binaryowl" rev="1.4.0" />
[net.sourceforge.owlapi/binaryowl "1.4.0"]
'net.sourceforge.owlapi:binaryowl:jar:1.4.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- net.sourceforge.owlapi:owlapi-distribution:3.4.8
|-- com.google.guava:guava:15.0
test
|-- junit:junit:4.9