Skip to content

Releases: matthewhorridge/owlapi-gwt

OWLAPI GWT 4.3.2.1

06 Feb 22:48
Compare
Choose a tag to compare

This release is based on the OWL API 4.3.2

owlapi-gwt 3.4.9

27 Nov 02:19
Compare
Choose a tag to compare

This release is compatible with the OWL API 3.4.9.

It also adds some new emulated classes that can be used on the client side:

  • ManchesterOWLSyntax enum
  • EscapeUtils
  • NamespaceUtil
  • OWLClassExpressionVisitorExAdapter
  • OWLEntityCollector
  • OWLEntityVisitorAdapter
  • OWLEntityVisitorExAdapter
  • OWLObjectVisitorAdapter
  • OWLObjectVisitorExAdapter
  • QNameShortFormProvider

Maven dependency for release:

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-gwt</artifactId>
    <version>3.4.9</version>
</dependency>

owlapi-gwt 3.4.8

24 Nov 19:44
Compare
Choose a tag to compare

An initial release of owlapi-gwt version 3.4.8.

This release supports the use of the following types on the client side and over the wire:

  • OWLEntity (and sub-interfaces)
  • OWLClassExpression (and sub-interfaces)
  • OWLAxiom (and sub-interfaces).