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