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