owlapi-gwt-client-side-emul

A component of the OWL API GWT module. This maven module contains source code that is used for client side emulation. The code in this module is not compiled by the Java compiler, but is placed in the super-source directory for use by the GWT compiler when this module is built and packaged by the parent module.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

owlapi-gwt-client-side-emul
Последняя версия

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

4.3.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

owlapi-gwt-client-side-emul
A component of the OWL API GWT module. This maven module contains source code that is used for client side emulation. The code in this module is not compiled by the Java compiler, but is placed in the super-source directory for use by the GWT compiler when this module is built and packaged by the parent module.

Скачать owlapi-gwt-client-side-emul

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

<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-gwt-client-side-emul/ -->
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-gwt-client-side-emul</artifactId>
    <version>4.3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-gwt-client-side-emul/
implementation 'net.sourceforge.owlapi:owlapi-gwt-client-side-emul:4.3.2.1'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-gwt-client-side-emul/
implementation ("net.sourceforge.owlapi:owlapi-gwt-client-side-emul:4.3.2.1")
'net.sourceforge.owlapi:owlapi-gwt-client-side-emul:jar:4.3.2.1'
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt-client-side-emul" rev="4.3.2.1">
  <artifact name="owlapi-gwt-client-side-emul" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-gwt-client-side-emul', version='4.3.2.1')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-client-side-emul" % "4.3.2.1"
[net.sourceforge.owlapi/owlapi-gwt-client-side-emul "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

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