b

bottledynamo_2.12

Good enough DynamoDB abstraction in Scala with Circe JSON serialization
https://github.com/jpzk/bottledynamo
Apache License Version 2.0
com.madewithtea
Jendrik Poloczek
Files download
File Operation
bottledynamo_2.12-1.0.0.jar download
bottledynamo_2.12-1.0.0.pom download
bottledynamo_2.12-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madewithtea</groupId>
  <artifactId>bottledynamo_2.12</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.madewithtea:bottledynamo_2.12:1.0.0'
Gradle Kotlin
implementation("com.madewithtea:bottledynamo_2.12:1.0.0")
Scala SBT
libraryDependencies += "com.madewithtea" % "bottledynamo_2.12" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.madewithtea', module='bottledynamo_2.12', version='1.0.0')
)
Apache Ivy
<dependency org="com.madewithtea" name="bottledynamo_2.12" rev="1.0.0" />
Leiningen
[com.madewithtea/bottledynamo_2.12 "1.0.0"]
Apache Buildr
'com.madewithtea:bottledynamo_2.12:jar:1.0.0'