MVN

net.sourceforge.owlapi : owlapi-gwt-parent

Maven & Gradle

Oct 31, 2019
5 stars

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.

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-gwt-parent</artifactId>
    <version>4.3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.owlapi : owlapi-gwt-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.3.2.1

All Versions

Choose a version of net.sourceforge.owlapi : owlapi-gwt-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.3.x
owlapi-gwt-parent-4.3.2.1
owlapi-gwt-parent-4.3.1
3.4.x
owlapi-gwt-parent-3.4.9
owlapi-gwt-parent-3.4.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement