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