| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.3pillarglobal.labs |
| ArtifactId | ArtifactIdspring-data-simpledb |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionSpring Data SimpleDB Implementation
Provides a POJO centric model as per Spring Data interfaces to interact with Amazon SimpleDB, a non-relational datastore
|
| Filename | Size |
|---|---|
| spring-data-simpledb-1.0.1.pom | |
| spring-data-simpledb-1.0.1.jar | 146 KB |
| spring-data-simpledb-1.0.1-sources.jar | 76 KB |
| spring-data-simpledb-1.0.1-javadoc.jar | 488 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-data-simpledb/ -->
<dependency>
<groupId>com.3pillarglobal.labs</groupId>
<artifactId>spring-data-simpledb</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-data-simpledb/
implementation 'com.3pillarglobal.labs:spring-data-simpledb:1.0.1'
// https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-data-simpledb/
implementation ("com.3pillarglobal.labs:spring-data-simpledb:1.0.1")
'com.3pillarglobal.labs:spring-data-simpledb:jar:1.0.1'
<dependency org="com.3pillarglobal.labs" name="spring-data-simpledb" rev="1.0.1">
<artifact name="spring-data-simpledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.3pillarglobal.labs', module='spring-data-simpledb', version='1.0.1')
)
libraryDependencies += "com.3pillarglobal.labs" % "spring-data-simpledb" % "1.0.1"
[com.3pillarglobal.labs/spring-data-simpledb "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.3pillarglobal.labs : spring-data-simpledb-parser | jar | 1.0.1 |
| org.springframework.data : spring-data-commons-core | jar | 1.4.1.RELEASE |
| org.springframework : spring-context | jar | 3.1.2.RELEASE |
| org.springframework : spring-core | jar | 3.1.2.RELEASE |
| cglib : cglib | jar | 2.2.2 |
| com.amazonaws : aws-java-sdk | jar | 1.1.5 |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.9 |
| org.codehaus.jackson : jackson-mrbean | jar | 1.9.9 |
| commons-io : commons-io | jar | 2.0.1 |
| commons-lang : commons-lang | jar | 2.6 |
| org.springframework : spring-dao | jar | 2.0 |
| org.springframework : spring-tx | jar | 3.1.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 3.1.2.RELEASE |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.8.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.6 |
| log4j : log4j | jar | 1.2.16 |