is not current version
Last Version 0.5

net.wetheinter:xapi 0.3

XApi is a dependency injection, service-oriented, polyglot java framework. It is comprised of standalone modules for use in web, desktop and mobile java applications. It is geared towards servlets and gwt clients, with the ability to share a service interface across many or all platforms, currently: java, gwt [webkit, firefox, ie], playn [android, ios, flash], appengine & vert.x For Google Web Toolkit, we also include reflection support, more complete emulation of java.lang.Class, a range of code generation utilities, and even magic-method injection (for production compiles any method in the app can be swapped out with others based on configuration properties, or any AST mangling / code generating methods you wish to write).

Categories

Categories

Net
GroupId

GroupId

net.wetheinter
ArtifactId

ArtifactId

xapi
Version

Version

0.3
Type

Type

pom

Download xapi 0.3

Filename Size
xapi-0.3.pom 22 KB
Browse

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