o

owlapi-gwt-serialization-tests

A set of tests that serialize OWL API objects that should be serializable and sends them over the wire. The objects are round tripped from client to server and back to check that they serialize and deserialize correctly, and that the GWT compiler can actually compile the source code used for client side emulation.
文件下载
文件名 操作
owlapi-gwt-serialization-tests-3.4.9.pom 下载
owlapi-gwt-serialization-tests-3.4.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-gwt-serialization-tests</artifactId>
  <version>3.4.9</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-gwt-serialization-tests:3.4.9'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-gwt-serialization-tests:3.4.9")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-serialization-tests" % "3.4.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-gwt-serialization-tests', version='3.4.9')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt-serialization-tests" rev="3.4.9" />
Leiningen
[net.sourceforge.owlapi/owlapi-gwt-serialization-tests "3.4.9"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-gwt-serialization-tests:jar:3.4.9'