OWLAPI Simplex

A code generator and some utility classes to make the OWL API simpler to use.

Лицензия

Лицензия

Группа

Группа

de.jpdigital
Идентификатор

Идентификатор

owlapi-simplex
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

OWLAPI Simplex
A code generator and some utility classes to make the OWL API simpler to use.
Организация-разработчик

Организация-разработчик

Jens Pelzetter
Система контроля версий

Система контроля версий

https://github.com/jpdigital/owlapi-simplex

Скачать owlapi-simplex

Имя Файла Размер
owlapi-simplex-0.1.1.pom 20 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex/ -->
<dependency>
    <groupId>de.jpdigital</groupId>
    <artifactId>owlapi-simplex</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex/
implementation 'de.jpdigital:owlapi-simplex:0.1.1'
// https://jarcasting.com/artifacts/de.jpdigital/owlapi-simplex/
implementation ("de.jpdigital:owlapi-simplex:0.1.1")
'de.jpdigital:owlapi-simplex:pom:0.1.1'
<dependency org="de.jpdigital" name="owlapi-simplex" rev="0.1.1">
  <artifact name="owlapi-simplex" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.jpdigital', module='owlapi-simplex', version='0.1.1')
)
libraryDependencies += "de.jpdigital" % "owlapi-simplex" % "0.1.1"
[de.jpdigital/owlapi-simplex "0.1.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • owlapi-simplex-core
  • owlapi-simplex-cli
  • owlapi-simplex-utils
  • owlapi-simplex-maven-plugin

owlapi-simplex

The OWL API is the de facto standard way for working with OWL ontologies. If used in software projects using the OWL API often requires a lot a boiler plate code. This project provides

  • A code generator
  • Some utility classes

which make using the OWL API simpler to use. In essence, the code generator automatically generates the boiler plate code from an OWL ontology.

For information how to use owlapi-simplex can be found at https://jpdigital.github.io/owlapi-simples.

This project is an early development state. If you find a bug and miss a feature please open an issue.

Версии библиотеки

Версия
0.1.1
0.1.0