| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть ORM Данные |
| Группа | Группаnet.sourceforge.owlapi |
| Идентификатор | Идентификаторowlapi-oboformat |
| Последняя версия | Последняя версия5.1.20 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOWLAPI :: OBO Format
A java library for converting obo format documents to OWL, and for converting (a subset of) OWL to obo format. This version has been slightly modified to be included directly in the OWL API.
The upstream code for this module and its authors can be found at https://code.google.com/p/oboformat/.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| owlapi-oboformat-5.1.20.pom | |
| owlapi-oboformat-5.1.20.jar | 187 KB |
| owlapi-oboformat-5.1.20-sources.jar | 100 KB |
| owlapi-oboformat-5.1.20-javadoc.jar | 354 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-oboformat</artifactId>
<version>5.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/
implementation 'net.sourceforge.owlapi:owlapi-oboformat:5.1.20'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/
implementation ("net.sourceforge.owlapi:owlapi-oboformat:5.1.20")
'net.sourceforge.owlapi:owlapi-oboformat:jar:5.1.20'
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="5.1.20">
<artifact name="owlapi-oboformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='5.1.20')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "5.1.20"
[net.sourceforge.owlapi/owlapi-oboformat "5.1.20"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sourceforge.owlapi : owlapi-parsers | jar | 5.1.20 |
| com.github.vsonnier : hppcrt | jar | 0.7.5 |
| com.github.ben-manes.caffeine : caffeine | jar | 2.8.1 |
| com.google.guava : guava | jar | 30.1.1-jre |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| commons-io : commons-io | jar | 2.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.mockito : mockito-core | jar | 2.20.0 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |