o

owlapi-gwt

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.
Files download
File Operation
owlapi-gwt-3.4.9.jar download
owlapi-gwt-3.4.9.pom download
owlapi-gwt-3.4.9-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-gwt</artifactId>
  <version>3.4.9</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-gwt:3.4.9'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-gwt:3.4.9")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt" % "3.4.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-gwt', version='3.4.9')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt" rev="3.4.9" />
Leiningen
[net.sourceforge.owlapi/owlapi-gwt "3.4.9"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-gwt:jar:3.4.9'