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