is not current version
Last Version 0.5

net.wetheinter:xapi-gwt-inject 0.3

In order to implement the core XApi dependency injection in gwt, we had to swap out the injection methods themselves with magic methods that call into generated-on-the-fly provider classes.

Categories

Categories

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

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi-gwt-inject
Version

Version

0.3
Type

Type

jar

Download xapi-gwt-inject 0.3


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