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