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