o

owlapi-gwt-serialization

A component of the OWL API GWT module that is used for object serialization. This code is compiled by javac and used on the server, and is compiled by the GWT compiler for use on the client.
文件下载
文件名 操作
owlapi-gwt-serialization-4.3.2.1.jar 下载
owlapi-gwt-serialization-4.3.2.1.pom 下载
owlapi-gwt-serialization-4.3.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-gwt-serialization</artifactId>
  <version>4.3.2.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-gwt-serialization:4.3.2.1'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-gwt-serialization:4.3.2.1")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-serialization" % "4.3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-gwt-serialization', version='4.3.2.1')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt-serialization" rev="4.3.2.1" />
Leiningen
[net.sourceforge.owlapi/owlapi-gwt-serialization "4.3.2.1"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-gwt-serialization:jar:4.3.2.1'