o

owlapi-gwt-client-side-emul

A component of the OWL API GWT module. This maven module contains source code that is used for client side emulation. The code in this module is not compiled by the Java compiler, but is placed in the super-source directory for use by the GWT compiler when this module is built and packaged by the parent module.
文件下载
文件名 操作
owlapi-gwt-client-side-emul-4.3.2.1.jar 下载
owlapi-gwt-client-side-emul-4.3.2.1.pom 下载
owlapi-gwt-client-side-emul-4.3.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-gwt-client-side-emul</artifactId>
  <version>4.3.2.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-gwt-client-side-emul:4.3.2.1'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-gwt-client-side-emul:4.3.2.1")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-gwt-client-side-emul" % "4.3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-gwt-client-side-emul', version='4.3.2.1')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-gwt-client-side-emul" rev="4.3.2.1" />
Leiningen
[net.sourceforge.owlapi/owlapi-gwt-client-side-emul "4.3.2.1"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-gwt-client-side-emul:jar:4.3.2.1'