t

tempest-testing-docker

Typesafe DynamoDB in Kotlin
https://github.com/cashapp/tempest/
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
tempest-testing-docker-1.9.0.jar download
tempest-testing-docker-1.9.0.pom download
tempest-testing-docker-1.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>app.cash.tempest</groupId>
  <artifactId>tempest-testing-docker</artifactId>
  <version>1.9.0</version>
</dependency>
Gradle Groovy
implementation 'app.cash.tempest:tempest-testing-docker:1.9.0'
Gradle Kotlin
implementation("app.cash.tempest:tempest-testing-docker:1.9.0")
Scala SBT
libraryDependencies += "app.cash.tempest" % "tempest-testing-docker" % "1.9.0"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.tempest', module='tempest-testing-docker', version='1.9.0')
)
Apache Ivy
<dependency org="app.cash.tempest" name="tempest-testing-docker" rev="1.9.0" />
Leiningen
[app.cash.tempest/tempest-testing-docker "1.9.0"]
Apache Buildr
'app.cash.tempest:tempest-testing-docker:jar:1.9.0'