| GroupId | GroupIdcom.github.fs2-blobstore |
|---|---|
| ArtifactId | ArtifactIds3_2.13 |
| Version | Version0.8.0-beta4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| s3_2.13-0.8.0-beta4.pom | |
| s3_2.13-0.8.0-beta4.jar | 81 KB |
| s3_2.13-0.8.0-beta4-sources.jar | 9 KB |
| s3_2.13-0.8.0-beta4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.13/ -->
<dependency>
<groupId>com.github.fs2-blobstore</groupId>
<artifactId>s3_2.13</artifactId>
<version>0.8.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.13/
implementation 'com.github.fs2-blobstore:s3_2.13:0.8.0-beta4'
// https://jarcasting.com/artifacts/com.github.fs2-blobstore/s3_2.13/
implementation ("com.github.fs2-blobstore:s3_2.13:0.8.0-beta4")
'com.github.fs2-blobstore:s3_2.13:jar:0.8.0-beta4'
<dependency org="com.github.fs2-blobstore" name="s3_2.13" rev="0.8.0-beta4">
<artifact name="s3_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fs2-blobstore', module='s3_2.13', version='0.8.0-beta4')
)
libraryDependencies += "com.github.fs2-blobstore" % "s3_2.13" % "0.8.0-beta4"
[com.github.fs2-blobstore/s3_2.13 "0.8.0-beta4"]