| License |
License |
|---|---|
| GroupId | GroupIdcom.elevenware |
| ArtifactId | ArtifactIds3-simple-appengine |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionS3 Simple AppEngine
An S3 library that works from inside Google App engine
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationElevenware Limited |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| s3-simple-appengine-1.0.pom | |
| s3-simple-appengine-1.0.jar | 61 KB |
| s3-simple-appengine-1.0-sources.jar | 52 KB |
| s3-simple-appengine-1.0-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elevenware/s3-simple-appengine/ -->
<dependency>
<groupId>com.elevenware</groupId>
<artifactId>s3-simple-appengine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware/s3-simple-appengine/
implementation 'com.elevenware:s3-simple-appengine:1.0'
// https://jarcasting.com/artifacts/com.elevenware/s3-simple-appengine/
implementation ("com.elevenware:s3-simple-appengine:1.0")
'com.elevenware:s3-simple-appengine:jar:1.0'
<dependency org="com.elevenware" name="s3-simple-appengine" rev="1.0">
<artifact name="s3-simple-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elevenware', module='s3-simple-appengine', version='1.0')
)
libraryDependencies += "com.elevenware" % "s3-simple-appengine" % "1.0"
[com.elevenware/s3-simple-appengine "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| org.json : json | jar | 20090211 |