is not current version
Last Version 3.0.0

com.jolira:gae-plugin 2.1.8

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.

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

gae-plugin
Version

Version

2.1.8
Type

Type

jar

Download gae-plugin 2.1.8


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