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