| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.owlapi |
| Идентификатор | Идентификаторowlapi-parent |
| Версия | Версия3.4.5 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| owlapi-parent-3.4.5.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-parent</artifactId>
<version>3.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation 'net.sourceforge.owlapi:owlapi-parent:3.4.5'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation ("net.sourceforge.owlapi:owlapi-parent:3.4.5")
'net.sourceforge.owlapi:owlapi-parent:pom:3.4.5'
<dependency org="net.sourceforge.owlapi" name="owlapi-parent" rev="3.4.5">
<artifact name="owlapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='3.4.5')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-parent" % "3.4.5"
[net.sourceforge.owlapi/owlapi-parent "3.4.5"]