Last Version

Google App Engine Plugin 3.0.0

Google uses factories to provde access to interfaces such as the UserService. This package provdes a Guice Module to enable code-injection of these dependencies instead. There is also a set of mock objects in the test jar provided with this package that simplifes testing App-Engine services.

License

License

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

gae-plugin
Version

Version

3.0.0
Type

Type

jar
Description

Description

Google App Engine Plugin
Google uses factories to provde access to interfaces such as the UserService. This package provdes a Guice Module to enable code-injection of these dependencies instead. There is also a set of mock objects in the test jar provided with this package that simplifes testing App-Engine services.
Project URL

Project URL

http://code.google.com/p/jolira-tools/wiki/guice/gae-plugin

Download gae-plugin 3.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
net.kindleit : gae-runtime pom 1.3.7.1
com.jolira : guice jar 3.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.