is not current version
Last Version 0.5

net.wetheinter:xapi-gwtc-api 0.4

This module contains the core api surrounding a gwt compile. It exposes compile events, and interfaces to act as controllers. The default implementations will function only from a command line (or web server). The other modules are gui frontends that merely speak to an api backend.

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwtc-api
Version

Version

0.4
Type

Type

jar

Download xapi-gwtc-api 0.4


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