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