owlapi-gwt

An OWL API GWT Module (The name of the module is org.semanticweb.owlapi.gwt.owlapi)

License

License

Categories

Categories

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

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

owlapi-gwt
Last Version

Last Version

4.3.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

owlapi-gwt
An OWL API GWT Module (The name of the module is org.semanticweb.owlapi.gwt.owlapi)

Download owlapi-gwt

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
net.sourceforge.owlapi : owlapi-gwt-serialization jar 4.3.2.1
net.sourceforge.owlapi : owlapi-gwt-client-side-emul jar 4.3.2.1
com.google.gwt : gwt-user jar 2.8.0
com.google.code.findbugs : jsr305 jar 3.0.0

test (3)

Group / Artifact Type Version
com.google.gwt : gwt-dev jar 2.8.0
com.google.guava : guava jar 20.0
com.google.guava : guava-gwt jar 20.0

Project Modules

There are no modules declared in this project.

owlapi-gwt

owlapi-gwt is a Google Web Toolkit (GWT) module for working with OWL API objects in GWT (both client and server side). A large subset of the API is supported, which includes entities, class expressions and axioms. These kinds of objects can be used on the client side and sent over the wire using the GWT serialization mechanism.

To use the module, include owlapi-gwt.jar on your class path and add an inherits declaration to your GWT module file with a name of "org.semanticweb.owlapi.gwt.owlapi".

Versions

Version
4.3.2.1
4.3.1
3.4.9
3.4.8