MVN

net.wetheinter : xapi-gwt-api

Maven & Gradle

May 31, 2015
4 usages

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.

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-gwt-api</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wetheinter : xapi-gwt-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of net.wetheinter : xapi-gwt-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
xapi-gwt-api-0.5
0.4
xapi-gwt-api-0.4
0.3
xapi-gwt-api-0.3

How to add a dependency to Maven

Add the following net.wetheinter : xapi-gwt-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-gwt-api</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.wetheinter : xapi-gwt-api gradle dependency to your build.gradle file:

implementation 'net.wetheinter:xapi-gwt-api:0.5'

Gradle Kotlin DSL: Add the following net.wetheinter : xapi-gwt-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.wetheinter:xapi-gwt-api:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.wetheinter : xapi-gwt-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.wetheinter" % "xapi-gwt-api" % "0.5"

Advertisement

Dependencies from Group

May 31, 2015
17 usages
May 31, 2015
16 usages
May 31, 2015
12 usages
May 31, 2015
10 usages
May 31, 2015
9 usages

Discover Dependencies

May 31, 2015
3 usages
May 31, 2015
3 usages
May 31, 2015
3 usages
May 31, 2015
3 usages
May 31, 2015
3 usages
Nov 08, 2017
3 usages
Aug 14, 2019
9 usages
11.1k stars
Aug 15, 2023
19 usages
11.1k stars