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