MVN

net.sourceforge.owlapi : owlapi-gwt-serialization-tests

Maven & Gradle

Oct 31, 2019

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.

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-gwt-serialization-tests</artifactId>
    <version>4.3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.owlapi : owlapi-gwt-serialization-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.2.1

All Versions

Choose a version of net.sourceforge.owlapi : owlapi-gwt-serialization-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
owlapi-gwt-serialization-tests-4.3.2.1
owlapi-gwt-serialization-tests-4.3.1
3.4.x
owlapi-gwt-serialization-tests-3.4.9
owlapi-gwt-serialization-tests-3.4.8

How to add a dependency to Maven

Add the following net.sourceforge.owlapi : owlapi-gwt-serialization-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-gwt-serialization-tests</artifactId>
    <version>4.3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.owlapi : owlapi-gwt-serialization-tests gradle dependency to your build.gradle file:

implementation 'net.sourceforge.owlapi:owlapi-gwt-serialization-tests:4.3.2.1'

Gradle Kotlin DSL: Add the following net.sourceforge.owlapi : owlapi-gwt-serialization-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.owlapi:owlapi-gwt-serialization-tests:4.3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.owlapi : owlapi-gwt-serialization-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-serialization-tests" % "4.3.2.1"

Advertisement