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