Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdowlapi-parent |
Version | Version4.5.6 |
Type | Typepom |
Filename | Size |
---|---|
owlapi-parent-4.5.6.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>4.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation 'net.sourceforge.owlapi:owlapi-parent:4.5.6'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation ("net.sourceforge.owlapi:owlapi-parent:4.5.6")
'net.sourceforge.owlapi:owlapi-parent:pom:4.5.6'
<dependency org="net.sourceforge.owlapi" name="owlapi-parent" rev="4.5.6">
<artifact name="owlapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='4.5.6')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-parent" % "4.5.6"
[net.sourceforge.owlapi/owlapi-parent "4.5.6"]