Last Version

XApi - Gwt core emulation layer 0.5

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.

License

License

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwt-api
Version

Version

0.5
Type

Type

jar
Description

Description

XApi - Gwt core emulation layer
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.
Project Organization

Project Organization

The Internet Party

Download xapi-gwt-api 0.5


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

Dependencies

compile (13)

Group / Artifact Type Version
net.wetheinter : xapi-dev-source jar 0.5
net.wetheinter : xapi-dev-source jar 0.5
net.wetheinter : xapi-core-api jar 0.5
net.wetheinter : xapi-core-api jar 0.5
net.wetheinter : xapi-core-inject jar 0.5
net.wetheinter : xapi-core-inject jar 0.5
net.wetheinter : xapi-core-reflect jar 0.5
net.wetheinter : xapi-core-reflect jar 0.5
net.wetheinter : xapi-core-util jar 0.5
net.wetheinter : xapi-core-util jar 0.5
javax.inject : javax.inject jar 1
javax.validation : validation-api jar 1.0.0.GA
javax.validation : validation-api jar 1.0.0.GA

provided (2)

Group / Artifact Type Version
net.wetheinter : gwt-dev jar 2.7.0
net.wetheinter : gwt-user jar 2.7.0

Project Modules

There are no modules declared in this project.