is not current version
Last Version 4.3.2.1

net.sourceforge.owlapi:owlapi-gwt 3.4.8

A GWT Module that provides client side emulation of certain OWL API classes. Broadly speaking, entities, class expression and axioms are supported. The module also provides GWT serialization mechanism for instances of these classes.

Categories

Categories

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

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

owlapi-gwt
Version

Version

3.4.8
Type

Type

jar

Download owlapi-gwt 3.4.8


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