| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sourceforge.owlapi |
| Идентификатор | Идентификаторowlapi-tutorial |
| Последняя версия | Последняя версия3.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAPI tutorial code
The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| owlapi-tutorial-3.3.pom | |
| owlapi-tutorial-3.3.jar | 29 KB |
| owlapi-tutorial-3.3-sources.jar | 26 KB |
| owlapi-tutorial-3.3-javadoc.jar | 99 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tutorial/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-tutorial</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tutorial/
implementation 'net.sourceforge.owlapi:owlapi-tutorial:3.3'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tutorial/
implementation ("net.sourceforge.owlapi:owlapi-tutorial:3.3")
'net.sourceforge.owlapi:owlapi-tutorial:jar:3.3'
<dependency org="net.sourceforge.owlapi" name="owlapi-tutorial" rev="3.3">
<artifact name="owlapi-tutorial" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-tutorial', version='3.3')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-tutorial" % "3.3"
[net.sourceforge.owlapi/owlapi-tutorial "3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sourceforge.owlapi : owlapi-apibinding | jar | 3.3 |
| net.sourceforge.owlapi : owlapi-debugging | jar | 3.3 |
| urbanophile : java-getopt | jar | 1.0.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |