License |
License |
---|---|
GroupId | GroupIdorg.kaleidofoundry |
ArtifactId | ArtifactIdkaleido-appengine |
Last Version | Last Version0.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKaleidoFoundry appengine extension
Extends kaleido core features for google application engine : file store service, caching, ...
|
Filename | Size |
---|---|
kaleido-appengine-0.10.1.pom | |
kaleido-appengine-0.10.1.jar | 15 KB |
kaleido-appengine-0.10.1-sources.jar | 8 KB |
kaleido-appengine-0.10.1-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-appengine/ -->
<dependency>
<groupId>org.kaleidofoundry</groupId>
<artifactId>kaleido-appengine</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-appengine/
implementation 'org.kaleidofoundry:kaleido-appengine:0.10.1'
// https://jarcasting.com/artifacts/org.kaleidofoundry/kaleido-appengine/
implementation ("org.kaleidofoundry:kaleido-appengine:0.10.1")
'org.kaleidofoundry:kaleido-appengine:jar:0.10.1'
<dependency org="org.kaleidofoundry" name="kaleido-appengine" rev="0.10.1">
<artifact name="kaleido-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaleidofoundry', module='kaleido-appengine', version='0.10.1')
)
libraryDependencies += "org.kaleidofoundry" % "kaleido-appengine" % "0.10.1"
[org.kaleidofoundry/kaleido-appengine "0.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.kaleidofoundry : kaleido-core | jar | 0.10.1 |
com.google.appengine : appengine-api-1.0-sdk | jar | 1.7.2.1 |
com.google.appengine : appengine-api-labs | jar | 1.7.2.1 |
com.google.appengine : appengine-api-stubs | jar | 1.7.2.1 |
com.google.appengine : appengine-jsr107cache | jar | 1.7.2.1 |
net.sf.jsr107cache : jsr107cache | jar | 1.1 |
org.slf4j : slf4j-api | jar | 1.7.31 |
Group / Artifact | Type | Version |
---|---|---|
org.kaleidofoundry : kaleido-core | test-jar | 0.10.1 |
com.google.appengine : appengine-testing | jar | 1.7.2.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : log4j-over-slf4j | jar | 1.7.31 |
org.slf4j : jcl-over-slf4j | jar | 1.7.31 |
org.slf4j : jul-to-slf4j | jar | 1.7.31 |
junit : junit | jar | 4.13.1 |