| License |
License |
|---|---|
| GroupId | GroupIdcom.madewithtea |
| ArtifactId | ArtifactIdbottledynamo_2.12 |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbottledynamo
Good enough DynamoDB abstraction in Scala with Circe JSON serialization
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| bottledynamo_2.12-1.0.0.pom | |
| bottledynamo_2.12-1.0.0.jar | 32 KB |
| bottledynamo_2.12-1.0.0-sources.jar | 4 KB |
| bottledynamo_2.12-1.0.0-javadoc.jar | 663 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.madewithtea/bottledynamo_2.12/ -->
<dependency>
<groupId>com.madewithtea</groupId>
<artifactId>bottledynamo_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.madewithtea/bottledynamo_2.12/
implementation 'com.madewithtea:bottledynamo_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.madewithtea/bottledynamo_2.12/
implementation ("com.madewithtea:bottledynamo_2.12:1.0.0")
'com.madewithtea:bottledynamo_2.12:jar:1.0.0'
<dependency org="com.madewithtea" name="bottledynamo_2.12" rev="1.0.0">
<artifact name="bottledynamo_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madewithtea', module='bottledynamo_2.12', version='1.0.0')
)
libraryDependencies += "com.madewithtea" % "bottledynamo_2.12" % "1.0.0"
[com.madewithtea/bottledynamo_2.12 "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.1 |
| com.amazonaws : aws-java-sdk-dynamodb | jar | 1.11.77 |
| com.twitter : util-core_2.12 | jar | 6.40.0 |
| io.circe : circe-core_2.12 | jar | 0.7.0 |
| io.circe : circe-generic_2.12 | jar | 0.7.0 |
| io.circe : circe-parser_2.12 | jar | 0.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.2 |