owlapi-gwt-serialization-tests

A set of tests that serialize OWL API objects that should be serializable and sends them over the wire. The objects are round tripped from client to server and back to check that they serialize and deserialize correctly, and that the GWT compiler can actually compile the source code used for client side emulation.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

4.3.2.1
Дата

Дата

Тип

Тип

war
Описание

Описание

owlapi-gwt-serialization-tests
A set of tests that serialize OWL API objects that should be serializable and sends them over the wire. The objects are round tripped from client to server and back to check that they serialize and deserialize correctly, and that the GWT compiler can actually compile the source code used for client side emulation.

Скачать owlapi-gwt-serialization-tests

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.google.guava : guava-gwt jar 20.0
net.sourceforge.owlapi : owlapi-gwt jar 4.3.2.1
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

runtime (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-servlet jar 2.8.0

test (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-dev jar 2.8.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
3.4.9
3.4.8