Releases: matthewhorridge/owlapi-gwt
Releases · matthewhorridge/owlapi-gwt
OWLAPI GWT 4.3.2.1
This release is based on the OWL API 4.3.2
owlapi-gwt 3.4.9
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
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).