is not current version
Last Version 4.3.2.1

net.sourceforge.owlapi:owlapi-gwt-parent 3.4.9

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.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

owlapi-gwt-parent
Version

Version

3.4.9
Type

Type

pom

Download owlapi-gwt-parent 3.4.9


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