o

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.
https://github.com/matthewhorridge/owlapi-gwt
GNU LGPL Version 3.0
Matthew Horridge
文件下载
文件名 操作
owlapi-gwt-parent-3.4.9.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-gwt-parent</artifactId>
  <version>3.4.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-gwt-parent:3.4.9'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-gwt-parent:3.4.9")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-parent" % "3.4.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-gwt-parent', version='3.4.9')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt-parent" rev="3.4.9" />
Leiningen
[net.sourceforge.owlapi/owlapi-gwt-parent "3.4.9"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-gwt-parent:jar:3.4.9'