is not current version
Last Version 0.5

com.github.davidmoten:gae 0.3

Dependencies for Google App Engine webapp deployment including native datastore access.

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

gae
Version

Version

0.3
Type

Type

pom

Download gae 0.3

Filename Size
gae-0.3.pom 2 KB
Browse

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