Files download
File Operation
s3mock-junit4-2.0.8.jar download
s3mock-junit4-2.0.8.pom download
s3mock-junit4-2.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.testing</groupId>
  <artifactId>s3mock-junit4</artifactId>
  <version>2.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.testing:s3mock-junit4:2.0.8'
Gradle Kotlin
implementation("com.adobe.testing:s3mock-junit4:2.0.8")
Scala SBT
libraryDependencies += "com.adobe.testing" % "s3mock-junit4" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.testing', module='s3mock-junit4', version='2.0.8')
)
Apache Ivy
<dependency org="com.adobe.testing" name="s3mock-junit4" rev="2.0.8" />
Leiningen
[com.adobe.testing/s3mock-junit4 "2.0.8"]
Apache Buildr
'com.adobe.testing:s3mock-junit4:jar:2.0.8'