Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdowlapi-compatibility |
Version | Version4.3.2 |
Type | Typejar |
Filename | Size |
---|---|
owlapi-compatibility-4.3.2.pom | |
owlapi-compatibility-4.3.2.jar | 114 KB |
owlapi-compatibility-4.3.2-sources.jar | 90 KB |
owlapi-compatibility-4.3.2-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-compatibility/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-compatibility</artifactId>
<version>4.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-compatibility/
implementation 'net.sourceforge.owlapi:owlapi-compatibility:4.3.2'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-compatibility/
implementation ("net.sourceforge.owlapi:owlapi-compatibility:4.3.2")
'net.sourceforge.owlapi:owlapi-compatibility:jar:4.3.2'
<dependency org="net.sourceforge.owlapi" name="owlapi-compatibility" rev="4.3.2">
<artifact name="owlapi-compatibility" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-compatibility', version='4.3.2')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-compatibility" % "4.3.2"
[net.sourceforge.owlapi/owlapi-compatibility "4.3.2"]