is not current version
Last Version 0.5

net.wetheinter:xapi-gwt 0.3

This module exists solely to package all other gwt modules into a single uber jar. This makes deploying to non-mavenized targets much easier. Of course, you would be wise to inherit your dependencies individually; the uber jar is intended for projects like collide, which have complex configuration, and adding many jars would be a pain.

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwt
Version

Version

0.3
Type

Type

jar

Download xapi-gwt 0.3


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