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