owlapi-gwt-parent

A project that builds a GWT module of a subset of the OWL API. This allows most OWL API model classes to be used in a GWT app on the client, and allows a subset of these to be serialized and sent over the wire.

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Сеть
Группа

Группа

net.sourceforge.owlapi
Идентификатор

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

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

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

4.3.2.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

owlapi-gwt-parent
A project that builds a GWT module of a subset of the OWL API. This allows most OWL API model classes to be used in a GWT app on the client, and allows a subset of these to be serialized and sent over the wire.
Ссылка на сайт

Ссылка на сайт

https://github.com/matthewhorridge/owlapi-gwt
Система контроля версий

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

https://github.com/matthewhorridge/owlapi-gwt

Скачать owlapi-gwt-parent

Имя Файла Размер
owlapi-gwt-parent-4.3.2.1.pom 7 KB
Обзор

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.8.0
com.google.code.findbugs : jsr305 jar 3.0.0
com.google.guava : guava jar 20.0

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

  • owlapi-gwt-serialization
  • owlapi-gwt-client-side-emul
  • owlapi-gwt
  • owlapi-gwt-serialization-tests

owlapi-gwt

owlapi-gwt is a Google Web Toolkit (GWT) module for working with OWL API objects in GWT (both client and server side). A large subset of the API is supported, which includes entities, class expressions and axioms. These kinds of objects can be used on the client side and sent over the wire using the GWT serialization mechanism.

To use the module, include owlapi-gwt.jar on your class path and add an inherits declaration to your GWT module file with a name of "org.semanticweb.owlapi.gwt.owlapi".

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

Версия
4.3.2.1
4.3.1
3.4.9
3.4.8