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