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