is not current version
Last Version 0.5

net.wetheinter:xapi-gwtc-impl 0.4

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.

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwtc-impl
Version

Version

0.4
Type

Type

jar

Download xapi-gwtc-impl 0.4


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