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