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