is not current version
Last Version 0.2

com.googlecode.spring-appengine:spring-appengine 0.1

Spring App Engine Integration.

GroupId

GroupId

com.googlecode.spring-appengine
ArtifactId

ArtifactId

spring-appengine
Version

Version

0.1
Type

Type

jar

Download spring-appengine 0.1


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