is not current version
Last Version 0.5

net.wetheinter:xapi-gwt-api 0.4

All Gwt jre emulation code goes in this module, as well as any gwt-compiler overrides. xapi-gwt-api.jar must come before gwt-dev.jar on your compile classpath. A plugin is being built to automatically adjust maven runtime dependencies, but users of ant or IDEs will need to ensure the super jar comes before gwt-dev. We will petition gwt to accept our mods, but, until then, if you want bleeding edge features, you gotta do bleeding edge configuration. Code that ties directly into other modules, like java.lang.reflect for the reflection submodule, have their super-source here, and generators or other implementations in their own modules. This is to maintain consistency in what is or isn't whitelisted in XApi GWT. Some modules, like appengine, provide dependency-specific super-source in their own packages. This module is for jre, junit and core XApi services.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwt-api
Version

Version

0.4
Type

Type

jar

Download xapi-gwt-api 0.4


<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt-api/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-gwt-api</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt-api/
implementation 'net.wetheinter:xapi-gwt-api:0.4'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-gwt-api/
implementation ("net.wetheinter:xapi-gwt-api:0.4")
'net.wetheinter:xapi-gwt-api:jar:0.4'
<dependency org="net.wetheinter" name="xapi-gwt-api" rev="0.4">
  <artifact name="xapi-gwt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-gwt-api', version='0.4')
)
libraryDependencies += "net.wetheinter" % "xapi-gwt-api" % "0.4"
[net.wetheinter/xapi-gwt-api "0.4"]