Last Version

XApi - Gwt Compiler Implementation 0.5

This module contains the business logic of running gwt compiles. It implements and exposes all functionality of the gwt compiler, and should only ever be included in dev-mode runtimes that need to perform gwt compiles. In the maven plugin, the jre frontend and this backend are used together in one runtime. In the collide plugin, the gwt frontend runs in the browser, and this backend runs in vert.x server.

License

License

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwtc-impl
Version

Version

0.5
Type

Type

jar
Description

Description

XApi - Gwt Compiler Implementation
This module contains the business logic of running gwt compiles. It implements and exposes all functionality of the gwt compiler, and should only ever be included in dev-mode runtimes that need to perform gwt compiles. In the maven plugin, the jre frontend and this backend are used together in one runtime. In the collide plugin, the gwt frontend runs in the browser, and this backend runs in vert.x server.
Project Organization

Project Organization

The Internet Party

Download xapi-gwtc-impl 0.5


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

Dependencies

compile (7)

Group / Artifact Type Version
net.wetheinter : xapi-jre-inject jar 0.5
net.wetheinter : xapi-gwt jar 0.5
net.wetheinter : xapi-gwtc-api jar 0.5
net.wetheinter : xapi-dev-shell jar 0.5
net.wetheinter : gwt-dev jar 2.7.0
net.wetheinter : gwt-user jar 2.7.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.