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